]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
python: uses fork(), only available on MMU platforms
authorMaxime Ripard <maxime.ripard@free-electrons.com>
Fri, 16 Nov 2012 22:12:50 +0000 (22:12 +0000)
committerPeter 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

index 11aa2670d5ea2b459aa7f0820af63a5ea5c69dd5..4089ccefe60b296388c7585d423086ee9b8197d0 100644 (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.