diff options
author | Hongxu Jia <hongxu.jia@windriver.com> | 2013-09-14 04:31:37 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-09-17 14:35:18 +0100 |
commit | e3cacf17e81b3b9571c9685bad389cc951a496ec (patch) | |
tree | 22b085a0f4bf2d9c1a9a3f49c1dba7800eed81b2 /meta/recipes-devtools/python/python.inc | |
parent | 7d6094489c880044013c6fa5ef1ed2bf270362d1 (diff) | |
download | poky-e3cacf17e81b3b9571c9685bad389cc951a496ec.tar.gz |
python: fix failures of LSB python-runtime tests
It has been fixed in:
http://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?id=e261c1760d8a660c13cd00039a4812d51f47f3df
But there is a typo in:
http://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?id=78ac027f2ac6c6663fff7080eabbd3d09c1241bb
It missed to remove an extra "--with-wctype-functions" in EXTRA_OECONF
[YOCTO #5154]
(From OE-Core rev: 4672b10ff9b6fcbfc446cabc4323387be21053cb)
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python.inc')
-rw-r--r-- | meta/recipes-devtools/python/python.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python.inc b/meta/recipes-devtools/python/python.inc index 80609a8887..fcfeda5cbc 100644 --- a/meta/recipes-devtools/python/python.inc +++ b/meta/recipes-devtools/python/python.inc | |||
@@ -25,7 +25,6 @@ EXTRA_OECONF = "\ | |||
25 | --with-cyclic-gc \ | 25 | --with-cyclic-gc \ |
26 | --without-cxx \ | 26 | --without-cxx \ |
27 | --with-signal-module \ | 27 | --with-signal-module \ |
28 | --with-wctype-functions \ | ||
29 | --enable-shared \ | 28 | --enable-shared \ |
30 | --enable-ipv6=${@base_contains('DISTRO_FEATURES', 'ipv6', 'yes', 'no', d)} \ | 29 | --enable-ipv6=${@base_contains('DISTRO_FEATURES', 'ipv6', 'yes', 'no', d)} \ |
31 | ${PYTHONLSBOPTS} \ | 30 | ${PYTHONLSBOPTS} \ |