* [Buildroot] [PATCH] python: uses fork(), only available on MMU platforms
@ 2012-11-17 8:12 Maxime Ripard
2012-11-17 8:31 ` Peter Korsgaard
0 siblings, 1 reply; 3+ messages in thread
From: Maxime Ripard @ 2012-11-17 8:12 UTC (permalink / raw)
To: buildroot
Fixes
http://autobuild.buildroot.org/results/1738a8b09b04d2b2fc1de6d1ff5eb0363fed6348/build-end.log
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
---
package/python/Config.in | 2 ++
1 file changed, 2 insertions(+)
diff --git a/package/python/Config.in b/package/python/Config.in
index 11aa267..4089cce 100644
--- 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.
--
1.7.9.5
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH] python: uses fork(), only available on MMU platforms
2012-11-17 8:12 [Buildroot] [PATCH] python: uses fork(), only available on MMU platforms Maxime Ripard
@ 2012-11-17 8:31 ` Peter Korsgaard
2012-11-17 8:38 ` Maxime Ripard
0 siblings, 1 reply; 3+ messages in thread
From: Peter Korsgaard @ 2012-11-17 8:31 UTC (permalink / raw)
To: buildroot
>>>>> "Maxime" == Maxime Ripard <maxime.ripard@free-electrons.com> writes:
Maxime> Fixes
Maxime> http://autobuild.buildroot.org/results/1738a8b09b04d2b2fc1de6d1ff5eb0363fed6348/build-end.log
Committed, thanks. What about python3?
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH] python: uses fork(), only available on MMU platforms
2012-11-17 8:31 ` Peter Korsgaard
@ 2012-11-17 8:38 ` Maxime Ripard
0 siblings, 0 replies; 3+ messages in thread
From: Maxime Ripard @ 2012-11-17 8:38 UTC (permalink / raw)
To: buildroot
Le 17/11/2012 09:31, Peter Korsgaard a ?crit :
>>>>>> "Maxime" == Maxime Ripard <maxime.ripard@free-electrons.com> writes:
>
> Maxime> Fixes
> Maxime> http://autobuild.buildroot.org/results/1738a8b09b04d2b2fc1de6d1ff5eb0363fed6348/build-end.log
>
> Committed, thanks. What about python3?
>
Ah, yes
Same thing for python3. I send a patch for that
Maxime
--
Maxime Ripard, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-11-17 8:38 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-17 8:12 [Buildroot] [PATCH] python: uses fork(), only available on MMU platforms Maxime Ripard
2012-11-17 8:31 ` Peter Korsgaard
2012-11-17 8:38 ` Maxime Ripard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox