diff mbox

neon: fix help text for BR2_PACKAGE_NEON_NOXML

Message ID 1334698170-30152-1-git-send-email-arnout@mind.be
State Accepted
Headers show

Commit Message

Arnout Vandecappelle April 17, 2012, 9:29 p.m. UTC
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(-)

Comments

Peter Korsgaard April 19, 2012, 1:48 p.m. UTC | #1
>>>>> "Arnout" == Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> writes:

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

Committed, thanks.
diff mbox

Patch

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"