All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] neon: fix help text for BR2_PACKAGE_NEON_NOXML
@ 2012-04-17 21:29 Arnout Vandecappelle
  2012-04-19 13:48 ` Peter Korsgaard
  0 siblings, 1 reply; 2+ messages in thread
From: Arnout Vandecappelle @ 2012-04-17 21:29 UTC (permalink / raw)
  To: buildroot

Commit 4fbff28b removed the 'depends on' statements for the XML choice.
Therefore, the expat and libxml2 options are always available.  Remove
the cryptic part of help text that tells you to select something if it
is not available.

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>

---
 package/neon/Config.in |    4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/package/neon/Config.in b/package/neon/Config.in
index 92af8da..f972dbb 100644
--- a/package/neon/Config.in
+++ b/package/neon/Config.in
@@ -31,9 +31,7 @@ choice
 config BR2_PACKAGE_NEON_NOXML
 	bool "none"
 	help
-	  none       don't use XML, if this is the only option
-	             and you want XML support, you must choose
-		     XML handling below.
+	  none       do not build with XML support
 
 config BR2_PACKAGE_NEON_EXPAT
 	bool "expat"
-- 
tg: (39c8e4d..) t/neon-help-text (depends on: master)

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-04-19 13:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-17 21:29 [Buildroot] [PATCH] neon: fix help text for BR2_PACKAGE_NEON_NOXML Arnout Vandecappelle
2012-04-19 13:48 ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.