From: Richard Purdie <richard.purdie@linuxfoundation.org>
To: openembedded-core <openembedded-core@lists.openembedded.org>
Subject: [PATCH] python.inc: make lsb override more concise
Date: Tue, 13 Nov 2012 14:06:24 +0000 [thread overview]
Message-ID: <1352815584.24487.125.camel@ted> (raw)
No functionality change, just a readability improvement
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
diff --git a/meta/recipes-devtools/python/python.inc b/meta/recipes-devtools/python/python.inc
index eee7a64..d0ed55b 100644
--- a/meta/recipes-devtools/python/python.inc
+++ b/meta/recipes-devtools/python/python.inc
@@ -16,6 +16,9 @@ PYTHON_MAJMIN = "2.7"
inherit autotools
+PYTHONLSBOPTS = "--with-wctype-functions"
+PYTHONLSBOPTS_linuxstdbase = "ac_cv_sizeof_off_t=8"
+
EXTRA_OECONF = "\
--with-threads \
--with-pymalloc \
@@ -24,14 +27,5 @@ EXTRA_OECONF = "\
--with-signal-module \
--with-wctype-functions \
--enable-shared \
-"
-
-EXTRA_OECONF_linuxstdbase = "\
- --with-threads \
- --with-pymalloc \
- --with-cyclic-gc \
- --without-cxx \
- --with-signal-module \
- --enable-shared \
- ac_cv_sizeof_off_t=8 \
+ ${PYTHONLSBOPTS} \
"
reply other threads:[~2012-11-13 14:20 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=1352815584.24487.125.camel@ted \
--to=richard.purdie@linuxfoundation.org \
--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