summaryrefslogtreecommitdiffstats
path: root/package/python
diff options
context:
space:
mode:
authorMaxime Ripard <maxime.ripard@free-electrons.com>2012-11-16 22:12:50 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2012-11-17 09:31:09 +0100
commit7bf219a900d3070e8e954617131f54210825419f (patch)
treefe516cb34ac80df3377d47d28b3960b09ed41f61 /package/python
parentd4e8f3cd4874c963da77480bcb76df05ffaaa739 (diff)
downloadbuildroot-novena-7bf219a900d3070e8e954617131f54210825419f.tar.gz
buildroot-novena-7bf219a900d3070e8e954617131f54210825419f.zip
python: uses fork(), only available on MMU platforms
Fixes http://autobuild.buildroot.org/results/1738a8b09b04d2b2fc1de6d1ff5eb0363fed6348/build-end.log Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/python')
-rw-r--r--package/python/Config.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/python/Config.in b/package/python/Config.in
index 11aa2670d..4089ccefe 100644
--- a/package/python/Config.in
+++ b/package/python/Config.in
@@ -1,6 +1,8 @@
config BR2_PACKAGE_PYTHON
bool "python"
depends on BR2_USE_WCHAR
+ # uses fork()
+ depends on BR2_USE_MMU
select BR2_PACKAGE_LIBFFI
help
The python language interpreter.