aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools
diff options
context:
space:
mode:
authorHongxu Jia <hongxu.jia@windriver.com>2013-09-14 04:31:37 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-09-17 14:31:49 +0100
commit4672b10ff9b6fcbfc446cabc4323387be21053cb (patch)
tree463314432a67c7af3e86daf23d1bc51bff546507 /meta/recipes-devtools
parentcec49d5083f749d9886207e88648ddd4c12fbc87 (diff)
downloadopenembedded-core-4672b10ff9b6fcbfc446cabc4323387be21053cb.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] 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')
-rw-r--r--meta/recipes-devtools/python/python.inc1
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 = "\
--with-cyclic-gc \
--without-cxx \
--with-signal-module \
- --with-wctype-functions \
--enable-shared \
--enable-ipv6=${@base_contains('DISTRO_FEATURES', 'ipv6', 'yes', 'no', d)} \
${PYTHONLSBOPTS} \