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>
This commit is contained in:
Maxime Ripard 2012-11-16 22:12:50 +00:00 committed by Peter Korsgaard
parent d4e8f3cd48
commit 7bf219a900

View File

@ -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.