From patchwork Mon Oct 7 16:57:21 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ryan Barnett X-Patchwork-Id: 281200 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id 0C2DA2C065A for ; Tue, 8 Oct 2013 03:57:48 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 934F28BD41; Mon, 7 Oct 2013 16:57:47 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Z1WQkPZxfDGE; Mon, 7 Oct 2013 16:57:44 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 5EC488BD2F; Mon, 7 Oct 2013 16:57:44 +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 0F6D31BFA04 for ; Mon, 7 Oct 2013 16:57:44 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 0B58A85A33 for ; Mon, 7 Oct 2013 16:57:44 +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 wgiDIahbof9s for ; Mon, 7 Oct 2013 16:57:43 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from secvs02.rockwellcollins.com (secvs02.rockwellcollins.com [205.175.225.241]) by whitealder.osuosl.org (Postfix) with ESMTPS id ADA43816D0 for ; Mon, 7 Oct 2013 16:57:42 +0000 (UTC) Received: from nosuchhost.198.131.in-addr.arpa (HELO collinscrsmtp02.rockwellcollins.com) ([131.198.63.133]) by mail-virt.rockwellcollins.com with ESMTP; 07 Oct 2013 11:57:41 -0500 Received: from ares ([131.198.63.11]) by collinscrsmtp02.rockwellcollins.com (Lotus Domino Release 8.5.2FP2 HF162) with ESMTP id 2013100711574087-2228535 ; Mon, 7 Oct 2013 11:57:40 -0500 From: Ryan Barnett To: buildroot@busybox.net Date: Mon, 7 Oct 2013 11:57:21 -0500 Message-Id: <1381165041-9024-2-git-send-email-rjbarnet@rockwellcollins.com> X-Mailer: git-send-email 1.7.1 In-Reply-To: <1381165041-9024-1-git-send-email-rjbarnet@rockwellcollins.com> References: <1381165041-9024-1-git-send-email-rjbarnet@rockwellcollins.com> X-MIMETrack: Itemize by SMTP Server on CollinsCRSMTP02/CedarRapids/RockwellCollins(Release 8.5.2FP2 HF162|May 16, 2011) at 10/07/2013 11:57:40 AM, Serialize by Router on CollinsCRSMTP02/CedarRapids/RockwellCollins(Release 8.5.2FP2 HF162|May 16, 2011) at 10/07/2013 11:57:41 AM, Serialize complete at 10/07/2013 11:57:41 AM X-TNEFEvaluated: 1 Subject: [Buildroot] [PATCH 2/2] python-pyparsing: rename package's Config.in bool 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 Also remove unnecessary tab/spaces on blank line. Signed-off-by: Ryan Barnett Acked-by: Thomas Petazzoni --- Trivial Fix: This makes the naming of the package in the menuconfig consistent with the naming of the package's directory and make rules. --- package/python-pyparsing/Config.in | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package/python-pyparsing/Config.in b/package/python-pyparsing/Config.in index 126dd0e..49a474b 100644 --- a/package/python-pyparsing/Config.in +++ b/package/python-pyparsing/Config.in @@ -1,5 +1,5 @@ config BR2_PACKAGE_PYTHON_PYPARSING - bool "pyparsing" + bool "python-pyparsing" depends on BR2_PACKAGE_PYTHON help The pyparsing module is an alternative approach to creating and @@ -7,5 +7,5 @@ config BR2_PACKAGE_PYTHON_PYPARSING or the use of regular expressions. The pyparsing module provides a library of classes that client code uses to construct the grammar directly in Python code. - + http://pyparsing.wikispaces.com/