mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
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
|
config BR2_PACKAGE_PYTHON
|
||||||
bool "python"
|
bool "python"
|
||||||
depends on BR2_USE_WCHAR
|
depends on BR2_USE_WCHAR
|
||||||
|
# uses fork()
|
||||||
|
depends on BR2_USE_MMU
|
||||||
select BR2_PACKAGE_LIBFFI
|
select BR2_PACKAGE_LIBFFI
|
||||||
help
|
help
|
||||||
The python language interpreter.
|
The python language interpreter.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user