From: Peter Korsgaard <jacmet@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v4] Add new package apr-util
Date: Thu, 03 May 2012 23:54:45 +0200 [thread overview]
Message-ID: <87wr4tylp6.fsf@macbook.be.48ers.dk> (raw)
In-Reply-To: <1336047756-1893-1-git-send-email-bachmann@tofwerk.com> (Rico Bachmann's message of "Thu, 3 May 2012 14:22:36 +0200")
>>>>> "Rico" == Rico Bachmann <bachmann@tofwerk.com> writes:
Rico> Add new package apr-util
Rico> Signed-off-by: Rico Bachmann <bachmann@tofwerk.com>
Rico> ---
Rico> v1: Add package apr-util
Rico> Add patch to remove check for apr
Rico> because check for apr search for ./apr and not for defined folder
Rico> v2: Change spaces to tab in *.mk
Rico> v3: Add Signed-off-by and comments to package-patch
Rico> v4: remove prefix, is added by buildroot
Rico> ---
Rico> package/Config.in | 1 +
Rico> package/apr-util/Config.in | 11 ++++++++++
Rico> .../apr-util/apr-util-1.4.1-remove-checkapr.patch | 21 ++++++++++++++++++++
Rico> package/apr-util/apr-util.mk | 13 ++++++++++++
Rico> 4 files changed, 46 insertions(+), 0 deletions(-)
Rico> create mode 100644 package/apr-util/Config.in
Rico> create mode 100644 package/apr-util/apr-util-1.4.1-remove-checkapr.patch
Rico> create mode 100644 package/apr-util/apr-util.mk
Rico> diff --git a/package/Config.in b/package/Config.in
Rico> index ed66c05..caa618b 100644
Rico> --- a/package/Config.in
Rico> +++ b/package/Config.in
Rico> @@ -379,6 +379,7 @@ endmenu
Rico> menu "Other"
Rico> source "package/apr/Config.in"
Rico> +source "package/apr-util/Config.in"
Rico> source "package/fftw/Config.in"
Rico> source "package/libargtable2/Config.in"
Rico> source "package/argp-standalone/Config.in"
Rico> diff --git a/package/apr-util/Config.in b/package/apr-util/Config.in
Rico> new file mode 100644
Rico> index 0000000..45973b2
Rico> --- /dev/null
Rico> +++ b/package/apr-util/Config.in
Rico> @@ -0,0 +1,11 @@
Rico> +config BR2_PACKAGE_APR_UTIL
Rico> + bool "apr-util"
Rico> + select BR2_PACKAGE_APR
Rico> + select BR2_PACKAGE_SQLITE
Rico> + select BR2_PACKAGE_LIBNEON
It is BR2_PACKAGE_NEON, not LIBNEON.
Other than that it looks good, committed - Thanks.
--
Bye, Peter Korsgaard
prev parent reply other threads:[~2012-05-03 21:54 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-04-25 9:53 [Buildroot] [PATCH v3] Add new package apr-util Rico Bachmann
2012-04-25 10:43 ` Rico Bachmann
2012-04-27 21:09 ` Arnout Vandecappelle
2012-05-03 12:22 ` [Buildroot] [PATCH v4] " Rico Bachmann
2012-05-03 21:54 ` Peter Korsgaard [this message]
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=87wr4tylp6.fsf@macbook.be.48ers.dk \
--to=jacmet@uclibc.org \
--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