[oe-commits] =?UTF-8?Q?Erkka=20K=C3=A4=C3=A4ri=C3=A4=20?=: python: remove --with-wctype-functions configure option

git at git.openembedded.org git at git.openembedded.org
Wed Sep 16 21:13:55 UTC 2015


Module: openembedded-core.git
Branch: master-next
Commit: 0336dd30e11bd0cf371f270571c33a02e22156d9
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=0336dd30e11bd0cf371f270571c33a02e22156d9

Author: Erkka Kääriä <erkka.kaaria at intel.com>
Date:   Tue Sep 15 10:42:33 2015 +0300

python: remove --with-wctype-functions configure option

This option is causing issues with python unicode support. Several unicode
related regression tests are currently failing (test_re and test_codecs for
example) and removing this option fixes these.

This configure option mostly seems to be historical. Discussion related to
python issue 9210 (https://bugs.python.org/issue9210) indicates its original
goal was to save memory and that the option should have been deprecated ages
ago.

Signed-off-by: Erkka Kääriä <erkka.kaaria at intel.com>
Signed-off-by: Ross Burton <ross.burton at intel.com>

---

 meta/recipes-devtools/python/python.inc | 1 -
 1 file changed, 1 deletion(-)

diff --git a/meta/recipes-devtools/python/python.inc b/meta/recipes-devtools/python/python.inc
index e18ab8e..4d428f3 100644
--- a/meta/recipes-devtools/python/python.inc
+++ b/meta/recipes-devtools/python/python.inc
@@ -16,7 +16,6 @@ PYTHON_MAJMIN = "2.7"
 
 inherit autotools
 
-PYTHONLSBOPTS = "--with-wctype-functions"
 PYTHONLSBOPTS_linuxstdbase = "ac_cv_sizeof_off_t=8"
 
 EXTRA_OECONF = "\



More information about the Openembedded-commits mailing list