From: Hongxu Jia Date: Sat, 14 Sep 2013 04:31:37 +0000 (+0000) Subject: python: fix failures of LSB python-runtime tests X-Git-Tag: rev_ivi_2015_02_04~10986 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b10e6f5be24aa915729ad8d3eeb630fd4fa70e3b;p=scm%2Fbb%2Ftizen-distro.git 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 Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/python/python.inc b/meta/recipes-devtools/python/python.inc index 80609a8..fcfeda5 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} \