Browse Source

python3: uses fork(), only available on MMU platforms

Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Maxime Ripard 12 years ago
parent
commit
229824f475
1 changed files with 2 additions and 0 deletions
  1. 2 0
      package/python3/Config.in

+ 2 - 0
package/python3/Config.in

@@ -1,6 +1,8 @@
 config BR2_PACKAGE_PYTHON3
 	bool "python3"
 	depends on BR2_USE_WCHAR
+	# uses fork()
+	depends on BR2_USE_MMU
 	select BR2_PACKAGE_LIBFFI
 	help
 	  The python language interpreter.