diff options
author | Erkka Kääriä <erkka.kaaria@intel.com> | 2015-09-15 10:42:33 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-09-16 21:38:19 +0100 |
commit | 0336dd30e11bd0cf371f270571c33a02e22156d9 (patch) | |
tree | 91364bcde000bacea1160fb0e749bf9d605eeddc /meta/recipes-devtools/python | |
parent | dc184ace9d72a2d4f8eeec831942663cd3b1fd47 (diff) | |
download | openembedded-core-0336dd30e11bd0cf371f270571c33a02e22156d9.tar.gz openembedded-core-0336dd30e11bd0cf371f270571c33a02e22156d9.tar.bz2 openembedded-core-0336dd30e11bd0cf371f270571c33a02e22156d9.zip |
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@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-devtools/python')
-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 e18ab8e99a..4d428f3d07 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 = "\ |