python.inc: make lsb override more concise

No functionality change, just a readability improvement

(From OE-Core rev: 7a27f95c2800285d7f97fead616620bfd7dabbe3)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie
2012-11-03 17:19:01 +00:00
parent 745b146a37
commit 78ac027f2a

View File

@@ -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} \
"