From: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] dbus: deprecate libxml2 support
Date: Wed, 1 Feb 2012 18:09:57 +0100 [thread overview]
Message-ID: <1328116197-2106-1-git-send-email-arnout@mind.be> (raw)
In-Reply-To: <87bopkjaaf.fsf@macbook.be.48ers.dk>
From: "Arnout Vandecappelle (Essensium/Mind)" <arnout@mind.be>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
---
package/dbus/Config.in | 23 +++++++++++++++++------
1 files changed, 17 insertions(+), 6 deletions(-)
diff --git a/package/dbus/Config.in b/package/dbus/Config.in
index 54a8540..850753d 100644
--- a/package/dbus/Config.in
+++ b/package/dbus/Config.in
@@ -1,25 +1,36 @@
config BR2_PACKAGE_DBUS
bool "dbus"
+ select BR2_DBUS_EXPAT if !BR2_DEPRECATED
help
The D-Bus message bus system.
http://www.freedesktop.org/wiki/Software/dbus
+config BR2_DBUS_EXPAT
+ bool
+ select BR2_PACKAGE_EXPAT
+
+if BR2_DEPRECATED
choice
prompt "XML library to use"
depends on BR2_PACKAGE_DBUS
- default BR2_DBUS_EXPAT
+ default BR2_DBUS_CHOICE_EXPAT
help
Select the XML library to use with D-Bus. Select Expat
unless you have specific reasons for using libxml2 as
Expat is significant smaller.
- config BR2_DBUS_EXPAT
+ config BR2_DBUS_CHOICE_EXPAT
bool "Expat"
- select BR2_PACKAGE_EXPAT
+ select BR2_DBUS_EXPAT
- config BR2_DBUS_LIBXML2
+ config BR2_DBUS_CHOICE_LIBXML2
bool "libxml2"
- select BR2_PACKAGE_LIBXML2
-
+ select BR2_DBUS_LIBXML2
endchoice
+
+config BR2_DBUS_LIBXML2
+ bool
+ select BR2_PACKAGE_LIBXML2
+
+endif
--
1.7.8.3
prev parent reply other threads:[~2012-02-01 17:09 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-01-23 16:36 [Buildroot] [PATCH 14/14] libedbus: Add new package Will Newton
2012-01-23 22:51 ` Arnout Vandecappelle
2012-01-24 10:32 ` Will Newton
2012-01-26 23:40 ` Arnout Vandecappelle
2012-01-26 23:41 ` [Buildroot] [PATCH 1/6] dbus: make it easier to select an XML library (select rather than depends on) Arnout Vandecappelle
2012-01-26 23:41 ` [Buildroot] [PATCH 2/6] bluez_utils: remove redundant selection of expat Arnout Vandecappelle
2012-01-26 23:41 ` [Buildroot] [PATCH 3/6] samba: avahi: replace dependency on dbus by select Arnout Vandecappelle
2012-01-26 23:41 ` [Buildroot] [PATCH 4/6] qt: qt-dbus: " Arnout Vandecappelle
2012-01-26 23:41 ` [Buildroot] [PATCH 5/6] network-manager: " Arnout Vandecappelle
2012-01-26 23:41 ` [Buildroot] [PATCH 6/6] connman: " Arnout Vandecappelle
2012-01-31 11:26 ` [Buildroot] [PATCH 1/6] dbus: make it easier to select an XML library (select rather than depends on) Peter Korsgaard
2012-01-31 11:39 ` Arnout Vandecappelle
2012-01-31 13:01 ` Peter Korsgaard
2012-02-01 17:09 ` Arnout Vandecappelle [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=1328116197-2106-1-git-send-email-arnout@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