From: "Jérôme Pouiller" <jezz@sysmic.org>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v2 2/2] Revert "libffi and python: need threads support"
Date: Mon, 15 Sep 2014 14:26:42 +0200 [thread overview]
Message-ID: <1410784002-8659-2-git-send-email-jezz@sysmic.org> (raw)
In-Reply-To: <1410784002-8659-1-git-send-email-jezz@sysmic.org>
Buildroot now add a patch to libffi to fix support of threads. Thus, this
patch, is no more needed.
This reverts commit 77cf5b5a71aa54039f4dbc509a1c7cb40aa04934.
Signed-off-by: J?r?me Pouiller <jezz@sysmic.org>
---
package/libffi/Config.in | 4 ----
package/python/Config.in | 5 ++---
package/python3/Config.in | 5 ++---
3 files changed, 4 insertions(+), 10 deletions(-)
diff --git a/package/libffi/Config.in b/package/libffi/Config.in
index 6edf570..7211f8f 100644
--- a/package/libffi/Config.in
+++ b/package/libffi/Config.in
@@ -1,6 +1,5 @@
config BR2_PACKAGE_LIBFFI
bool "libffi"
- depends on BR2_TOOLCHAIN_HAS_THREADS
help
The libffi library provides a portable, high level
programming interface to various calling conventions. This
@@ -8,6 +7,3 @@ config BR2_PACKAGE_LIBFFI
interface description at run-time.
http://sourceware.org/libffi/
-
-comment "libffi needs a toolchain w/ threads"
- depends on !BR2_TOOLCHAIN_HAS_THREADS
diff --git a/package/python/Config.in b/package/python/Config.in
index 8b27630..a0c78c6 100644
--- a/package/python/Config.in
+++ b/package/python/Config.in
@@ -3,16 +3,15 @@ config BR2_PACKAGE_PYTHON
depends on BR2_USE_WCHAR
# uses fork()
depends on BR2_USE_MMU
- depends on BR2_TOOLCHAIN_HAS_THREADS # libffi
select BR2_PACKAGE_LIBFFI
help
The python language interpreter.
http://www.python.org/
-comment "python needs a toolchain w/ wchar, threads"
+comment "python needs a toolchain w/ wchar"
depends on BR2_USE_MMU
- depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
+ depends on !BR2_USE_WCHAR
if BR2_PACKAGE_PYTHON
diff --git a/package/python3/Config.in b/package/python3/Config.in
index 375390f..3e193c8 100644
--- a/package/python3/Config.in
+++ b/package/python3/Config.in
@@ -4,16 +4,15 @@ config BR2_PACKAGE_PYTHON3
depends on BR2_USE_WCHAR
# uses fork()
depends on BR2_USE_MMU
- depends on BR2_TOOLCHAIN_HAS_THREADS # libffi
select BR2_PACKAGE_LIBFFI
help
The python language interpreter.
http://www.python.org/
-comment "python3 needs a toolchain w/ wchar, threads"
+comment "python3 needs a toolchain w/ wchar"
depends on BR2_USE_MMU
- depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
+ depends on !BR2_USE_WCHAR
if BR2_PACKAGE_PYTHON3
--
1.9.1
next prev parent reply other threads:[~2014-09-15 12:26 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-09-15 12:26 [Buildroot] [PATCH v2 1/2] libffi: make thread support optional Jérôme Pouiller
2014-09-15 12:26 ` Jérôme Pouiller [this message]
2014-10-29 21:24 ` Thomas Petazzoni
2014-10-29 21:54 ` Gustavo Zacarias
2014-10-30 8:09 ` Arnout Vandecappelle
2014-10-30 10:31 ` Thomas Petazzoni
2014-10-30 10:51 ` Jérôme Pouiller
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1410784002-8659-2-git-send-email-jezz@sysmic.org \
--to=jezz@sysmic.org \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox