From patchwork Tue Apr 17 21:29:30 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Arnout Vandecappelle X-Patchwork-Id: 153325 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ozlabs.org (Postfix) with ESMTP id 3726DB707F for ; Wed, 18 Apr 2012 07:30:11 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 90F208B776; Tue, 17 Apr 2012 21:30:04 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id B3DjGJ4+ZP5z; Tue, 17 Apr 2012 21:29:58 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id E430D8B70E; Tue, 17 Apr 2012 21:29:57 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id DA0A28F75B for ; Tue, 17 Apr 2012 21:29:56 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id CEE588B70E for ; Tue, 17 Apr 2012 21:29:56 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id mhZzfomMZTGa for ; Tue, 17 Apr 2012 21:29:51 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from viper.mind.be (132.79-246-81.adsl-static.isp.belgacom.be [81.246.79.132]) by whitealder.osuosl.org (Postfix) with ESMTPS id C110C884E2 for ; Tue, 17 Apr 2012 21:29:50 +0000 (UTC) Received: from [172.16.2.6] (helo=vandecaa-laptop) by viper.mind.be with esmtp (Exim 4.69) (envelope-from ) id 1SKFxv-0000Zo-Ch; Tue, 17 Apr 2012 23:29:48 +0200 Received: from arnout by vandecaa-laptop with local (Exim 4.77) (envelope-from ) id 1SKFxt-0007r3-Ui; Tue, 17 Apr 2012 23:29:34 +0200 From: "Arnout Vandecappelle (Essensium/Mind)" To: buildroot@busybox.net Date: Tue, 17 Apr 2012 23:29:30 +0200 Message-Id: <1334698170-30152-1-git-send-email-arnout@mind.be> X-Mailer: git-send-email 1.7.10 Subject: [Buildroot] [PATCH] neon: fix help text for BR2_PACKAGE_NEON_NOXML X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net 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) --- 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"