summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2013-07-10 15:39:16 -0300
committerPeter Korsgaard <jacmet@sunsite.dk>2013-07-10 21:56:39 +0200
commit21d77aa3fedbfcc08421d41c8393611ebe7e0e39 (patch)
treecb935e76926a6916f0cec03f0bed66f9f3aa236f /package
parentcca5538556e854516a85b28ae56c06ed66427b71 (diff)
downloadbuildroot-novena-21d77aa3fedbfcc08421d41c8393611ebe7e0e39.tar.gz
buildroot-novena-21d77aa3fedbfcc08421d41c8393611ebe7e0e39.zip
python external modules: reorder menu entry
Reorder the external python modules menu entry so that it belongs under python(2) and not under python3 to avoid confusion. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package')
-rw-r--r--package/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/Config.in b/package/Config.in
index 3186bb783..803983477 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -344,7 +344,6 @@ endmenu
endif
source "package/php/Config.in"
source "package/python/Config.in"
-source "package/python3/Config.in"
if BR2_PACKAGE_PYTHON
menu "external python modules"
source "package/python-bottle/Config.in"
@@ -362,6 +361,7 @@ source "package/python-setuptools/Config.in"
source "package/python-thrift/Config.in"
endmenu
endif
+source "package/python3/Config.in"
source "package/ruby/Config.in"
source "package/tcl/Config.in"
if BR2_PACKAGE_TCL