summaryrefslogtreecommitdiff
path: root/package/Config.in
diff options
context:
space:
mode:
authorYegor Yefremov <yegorslists@googlemail.com>2012-01-04 12:30:00 +0100
committerPeter Korsgaard <jacmet@sunsite.dk>2012-01-07 20:51:01 +0100
commitd67a67efaa8fb7fd24e0ee0f5b261a8a57583d35 (patch)
tree74369a0bc258403d502342eeae5eb721875fb712 /package/Config.in
parent5a6087d62e5c2a272278606ebf1cc62830cf4c68 (diff)
Python: add external modules option
all external python packages/libraries should reside in "external python modules" section. Move existing modules python-serial and python-mad there Move python-mad from package/multimedia to package Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/Config.in')
-rw-r--r--package/Config.in7
1 files changed, 6 insertions, 1 deletions
diff --git a/package/Config.in b/package/Config.in
index 92b80e66c..78174e5ac 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -237,6 +237,12 @@ endif
source "package/microperl/Config.in"
source "package/php/Config.in"
source "package/python/Config.in"
+if BR2_PACKAGE_PYTHON
+menu "external python modules"
+source "package/python-mad/Config.in"
+source "package/python-serial/Config.in"
+endmenu
+endif
source "package/ruby/Config.in"
source "package/tcl/Config.in"
endmenu
@@ -313,7 +319,6 @@ source "package/libhid/Config.in"
source "package/libiqrf/Config.in"
source "package/libusb/Config.in"
source "package/libusb-compat/Config.in"
-source "package/python-serial/Config.in"
endmenu
if BROKEN