From: Arnout Vandecappelle <arnout@mind.be>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] libxmlrpc: new package
Date: Thu, 10 Oct 2013 08:49:05 +0200 [thread overview]
Message-ID: <52564DE1.5020009@mind.be> (raw)
In-Reply-To: <CAAXf6LUo7nVgHoRNy5aqseXEijPACxsp7NwVJSUQ-q_bQR0VMw@mail.gmail.com>
On 10/09/13 15:09, Thomas De Schampheleire wrote:
> Hi Alvaro,
>
> On Wed, Oct 9, 2013 at 2:16 PM, Alvaro G. M<alvaro.gamez@hazent.com> wrote:
>> >Signed-off-by: Thomas Petazzoni<thomas.petazzoni@free-electrons.com>
>> >Signed-off-by: Alvaro G. M<alvaro.gamez@hazent.com>
>> >---
>> > package/Config.in | 1 +
>> > package/libxmlrpc/Config.in | 10 ++++++++
>> > .../libxmlrpc-01-fix-gennmtab-build.patch | 25 ++++++++++++++++++
>> > .../libxmlrpc-02-fix-non-cplusplus-build.patch | 27 +++++++++++++++++++
>> > .../libxmlrpc/libxmlrpc-03-non-wchar-build.patch | 24 +++++++++++++++++
>> > .../libxmlrpc-04-use-correct-curl-config.patch | 22 ++++++++++++++++
>> > package/libxmlrpc/libxmlrpc.mk | 30 ++++++++++++++++++++++
>> > 7 files changed, 139 insertions(+)
>> > create mode 100644 package/libxmlrpc/Config.in
>> > create mode 100644 package/libxmlrpc/libxmlrpc-01-fix-gennmtab-build.patch
>> > create mode 100644 package/libxmlrpc/libxmlrpc-02-fix-non-cplusplus-build.patch
>> > create mode 100644 package/libxmlrpc/libxmlrpc-03-non-wchar-build.patch
>> > create mode 100644 package/libxmlrpc/libxmlrpc-04-use-correct-curl-config.patch
>> > create mode 100644 package/libxmlrpc/libxmlrpc.mk
> We have had a long discussion on two buildroot developer days about
> the format of the number in patch names. I thought we had decided to
> use a four-digit format to correspond to the patches generated with
> git. So this should be 0001, 0002, etc.
> However, this may be mis-remembered by me, so I'm including some of
> the people involved in that discussion to this mail...
AFAICR we concluded that it wasn't necessary to enforce four digits,
since very few of the patches are generated from git anyway.
Regards,
Arnout
--
Arnout Vandecappelle arnout at mind be
Senior Embedded Software Architect +32-16-286500
Essensium/Mind http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint: 7CB5 E4CC 6C2E EFD4 6E3D A754 F963 ECAB 2450 2F1F
next prev parent reply other threads:[~2013-10-10 6:49 UTC|newest]
Thread overview: 39+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-06-02 16:13 [Buildroot] [pull request] Pull request for branch for-2012.08/new-packages Thomas Petazzoni
2012-06-02 16:13 ` [Buildroot] [PATCH 01/10] monit: new package Thomas Petazzoni
2012-06-11 20:31 ` Peter Korsgaard
2012-06-02 16:13 ` [Buildroot] [PATCH 02/10] libcurl: fix up prefix in curl-config Thomas Petazzoni
2012-06-11 20:36 ` Peter Korsgaard
2012-06-02 16:13 ` [Buildroot] [PATCH 03/10] libxmlrpc: new package Thomas Petazzoni
2012-06-04 23:58 ` Arnout Vandecappelle
2013-10-09 9:46 ` [Buildroot] [PATCH] " Alvaro G. M
2013-10-09 11:43 ` Thomas Petazzoni
2013-10-09 12:08 ` Alvaro Gamez
2013-10-09 12:16 ` Alvaro G. M
2013-10-09 13:09 ` Thomas De Schampheleire
2013-10-09 13:21 ` Alvaro Gamez
2013-10-09 13:46 ` Thomas De Schampheleire
2013-10-09 13:57 ` Alvaro Gamez
2013-10-09 13:58 ` Alvaro G. M
2013-10-09 14:09 ` Baruch Siach
2013-10-09 14:19 ` Alvaro G. M
2014-03-03 21:58 ` Thomas Petazzoni
2013-10-10 6:49 ` Arnout Vandecappelle [this message]
2013-10-10 7:47 ` Alvaro Gamez
[not found] ` <4FCD4B6D.3080506@mind.be>
2012-06-05 21:26 ` [Buildroot] [PATCH 03/10] " Thomas Petazzoni
2013-01-12 20:17 ` Peter Korsgaard
2013-01-13 14:08 ` Thomas Petazzoni
2013-01-13 16:10 ` Peter Korsgaard
2012-06-02 16:13 ` [Buildroot] [PATCH 04/10] llrp-toolkit: " Thomas Petazzoni
2012-06-02 16:13 ` [Buildroot] [PATCH 05/10] qextserialport: " Thomas Petazzoni
2012-11-03 18:18 ` Peter Korsgaard
2012-06-02 16:13 ` [Buildroot] [PATCH 06/10] pciutils: install headers and libraries in STAGING_DIR Thomas Petazzoni
2012-06-11 20:43 ` Peter Korsgaard
2012-06-02 16:13 ` [Buildroot] [PATCH 07/10] dmidecode: new package Thomas Petazzoni
2012-06-11 20:44 ` Peter Korsgaard
2012-06-02 16:13 ` [Buildroot] [PATCH 08/10] flashrom: " Thomas Petazzoni
2012-06-11 20:48 ` Peter Korsgaard
2012-06-02 16:13 ` [Buildroot] [PATCH 09/10] qt: make $(HOST_DIR)/usr/mkspecs a symlink to $(STAGING_DIR)/usr/mkspecs Thomas Petazzoni
2012-06-11 20:50 ` Peter Korsgaard
2012-06-02 16:14 ` [Buildroot] [PATCH 10/10] libqwt: new package Thomas Petazzoni
2012-09-10 9:06 ` Yegor Yefremov
2013-01-13 21:45 ` Peter Korsgaard
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=52564DE1.5020009@mind.be \
--to=arnout@mind.be \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox