projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d4e8f3c
)
python: uses fork(), only available on MMU platforms
author
Maxime Ripard
<maxime.ripard@free-electrons.com>
Fri, 16 Nov 2012 22:12:50 +0000
(22:12 +0000)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Sat, 17 Nov 2012 08:31:09 +0000
(09:31 +0100)
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>
package/python/Config.in
patch
|
blob
|
history
diff --git
a/package/python/Config.in
b/package/python/Config.in
index 11aa2670d5ea2b459aa7f0820af63a5ea5c69dd5..4089ccefe60b296388c7585d423086ee9b8197d0 100644
(file)
--- 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.