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-18 09:05:23 +0100 |
commit | 2515cf2ad30dbb7c25d0989c217e0dbeaaffe4a9 (patch) | |
tree | 87579e3b11c5a797c9699f51006c0c0e0ad97407 /meta/recipes-devtools | |
parent | 17f5a5a415b80daa033266e151630f0fcc68eda1 (diff) | |
download | poky-2515cf2ad30dbb7c25d0989c217e0dbeaaffe4a9.tar.gz |
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.
(From OE-Core rev: 0336dd30e11bd0cf371f270571c33a02e22156d9)
Signed-off-by: Erkka Kääriä <erkka.kaaria@intel.com>
Signed-off-by: Ross Burton <ross.burton@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.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" | |||
16 | 16 | ||
17 | inherit autotools | 17 | inherit autotools |
18 | 18 | ||
19 | PYTHONLSBOPTS = "--with-wctype-functions" | ||
20 | PYTHONLSBOPTS_linuxstdbase = "ac_cv_sizeof_off_t=8" | 19 | PYTHONLSBOPTS_linuxstdbase = "ac_cv_sizeof_off_t=8" |
21 | 20 | ||
22 | EXTRA_OECONF = "\ | 21 | EXTRA_OECONF = "\ |