Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] python3: uses fork(), only available on MMU platforms
@ 2012-11-17  8:38 Maxime Ripard
  2013-01-12 20:24 ` Peter Korsgaard
  0 siblings, 1 reply; 2+ messages in thread
From: Maxime Ripard @ 2012-11-17  8:38 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
---
 package/python3/Config.in |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/python3/Config.in b/package/python3/Config.in
index 4f5e67d..4341877 100644
--- a/package/python3/Config.in
+++ b/package/python3/Config.in
@@ -2,6 +2,8 @@ config BR2_PACKAGE_PYTHON3
 	bool "python3"
 	depends on BR2_USE_WCHAR
 	depends on BR2_TOOLCHAIN_HAS_THREADS # libffi
+	# uses fork()
+	depends on BR2_USE_MMU
 	select BR2_PACKAGE_LIBFFI
 	help
 	  The python language interpreter.
-- 
1.7.9.5

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-01-12 20:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-17  8:38 [Buildroot] [PATCH] python3: uses fork(), only available on MMU platforms Maxime Ripard
2013-01-12 20:24 ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox