From: Saul Wold <sgw@linux.intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 2/4] python: fix unrecognised options: --without-cxx --with-cyclic-gc
Date: Mon, 23 Dec 2013 16:29:07 -0800 [thread overview]
Message-ID: <1387844949-23516-3-git-send-email-sgw@linux.intel.com> (raw)
In-Reply-To: <1387844949-23516-1-git-send-email-sgw@linux.intel.com>
The -with-cxx changed to with-cxx-main sometime around the 2.5 time frame
It appears that there never was a with-cyclic-gc configure option, or if
there was it was from some past patch we no longer have.
Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
meta/recipes-devtools/python/python.inc | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/meta/recipes-devtools/python/python.inc b/meta/recipes-devtools/python/python.inc
index fcfeda5..cecfb3a 100644
--- a/meta/recipes-devtools/python/python.inc
+++ b/meta/recipes-devtools/python/python.inc
@@ -22,8 +22,7 @@ PYTHONLSBOPTS_linuxstdbase = "ac_cv_sizeof_off_t=8"
EXTRA_OECONF = "\
--with-threads \
--with-pymalloc \
- --with-cyclic-gc \
- --without-cxx \
+ --without-cxx-main \
--with-signal-module \
--enable-shared \
--enable-ipv6=${@base_contains('DISTRO_FEATURES', 'ipv6', 'yes', 'no', d)} \
--
1.8.3.1
next prev parent reply other threads:[~2013-12-24 0:29 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-12-24 0:29 [PATCH 0/4] Configure options clean up and 2 updates Saul Wold
2013-12-24 0:29 ` [PATCH 1/4] sqlite: remove unrecognised options: --enable-tempstore Saul Wold
2013-12-24 0:29 ` Saul Wold [this message]
2013-12-24 0:29 ` [PATCH 3/4] tzdata: Update to 2013i Saul Wold
2013-12-24 0:29 ` [PATCH 4/4] tzcode: " Saul Wold
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=1387844949-23516-3-git-send-email-sgw@linux.intel.com \
--to=sgw@linux.intel.com \
--cc=openembedded-core@lists.openembedded.org \
/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