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:
parent
d4e8f3cd48
commit
7bf219a900
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user