neon: fix help text for BR2_PACKAGE_NEON_NOXML
authorArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Tue, 17 Apr 2012 21:29:30 +0000 (23:29 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Thu, 19 Apr 2012 13:48:02 +0000 (15:48 +0200)
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>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/neon/Config.in

index 92af8da91262f356dbfaab0de4d59668d49abebd..f972dbbd016bc3093b2215c3fbe62993d614e47d 100644 (file)
@@ -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"