mirror of
https://git.yoctoproject.org/poky
synced 2026-02-05 16:28:43 +01: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
|
||||
|
||||
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} \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user