[Buildroot] [PATCH 2/2] python-pyparsing: rename package's Config.in bool

Ryan Barnett rjbarnet at rockwellcollins.com
Mon Oct 7 16:57:21 UTC 2013


Also remove unnecessary tab/spaces on blank line.

Signed-off-by: Ryan Barnett <rjbarnet at rockwellcollins.com>

--
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/
-- 
1.7.1




More information about the buildroot mailing list