mirror of
https://git.yoctoproject.org/poky
synced 2026-09-13 18:49:33 +02:00
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:
@@ -16,6 +16,9 @@ PYTHON_MAJMIN = "2.7"
|
|||||||
|
|
||||||
inherit autotools
|
inherit autotools
|
||||||
|
|
||||||
|
PYTHONLSBOPTS = "--with-wctype-functions"
|
||||||
|
PYTHONLSBOPTS_linuxstdbase = "ac_cv_sizeof_off_t=8"
|
||||||
|
|
||||||
EXTRA_OECONF = "\
|
EXTRA_OECONF = "\
|
||||||
--with-threads \
|
--with-threads \
|
||||||
--with-pymalloc \
|
--with-pymalloc \
|
||||||
@@ -24,14 +27,5 @@ EXTRA_OECONF = "\
|
|||||||
--with-signal-module \
|
--with-signal-module \
|
||||||
--with-wctype-functions \
|
--with-wctype-functions \
|
||||||
--enable-shared \
|
--enable-shared \
|
||||||
"
|
${PYTHONLSBOPTS} \
|
||||||
|
|
||||||
EXTRA_OECONF_linuxstdbase = "\
|
|
||||||
--with-threads \
|
|
||||||
--with-pymalloc \
|
|
||||||
--with-cyclic-gc \
|
|
||||||
--without-cxx \
|
|
||||||
--with-signal-module \
|
|
||||||
--enable-shared \
|
|
||||||
ac_cv_sizeof_off_t=8 \
|
|
||||||
"
|
"
|
||||||
|
|||||||
Reference in New Issue
Block a user