]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
package/python: change BR2_PACKAGE_PYTHON_PYEXPAT description
authorAngelo Compagnucci <angelo.compagnucci@gmail.com>
Fri, 13 Feb 2015 17:37:21 +0000 (18:37 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 21 Feb 2015 16:09:04 +0000 (17:09 +0100)
This patch changes BR2_PACKAGE_PYTHON_PYEXPAT description and
help text to underline that all the xml libraries will be
included in python.
It also reorders alphabetically the affected option.

Signed-off-by: Angelo Compagnucci <angelo.compagnucci@gmail.com>
Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/python/Config.in

index 87defad812db306185b75f5ecc492f2a3593f10c..8d71dc9351628360bbd28102093ce2bc9e5f9e63 100644 (file)
@@ -65,12 +65,6 @@ config BR2_PACKAGE_PYTHON_OSSAUDIODEV
        help
          ossaudiodev module for Python.
 
-config BR2_PACKAGE_PYTHON_PYEXPAT
-       select BR2_PACKAGE_EXPAT
-       bool "pyexpat"
-       help
-         pyexpat module for Python.
-
 config BR2_PACKAGE_PYTHON_READLINE
        select BR2_PACKAGE_READLINE
        bool "readline"
@@ -114,6 +108,12 @@ config BR2_PACKAGE_PYTHON_SQLITE
        help
          SQLite database support
 
+config BR2_PACKAGE_PYTHON_PYEXPAT
+       select BR2_PACKAGE_EXPAT
+       bool "xml module"
+       help
+         pyexpat and xml libraries for Python
+
 config BR2_PACKAGE_PYTHON_ZLIB
        bool "zlib module"
        select BR2_PACKAGE_ZLIB