mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-04 16:10:04 +00:00
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>
This commit is contained in:
parent
17f5a5a415
commit
2515cf2ad3
|
|
@ -16,7 +16,6 @@ PYTHON_MAJMIN = "2.7"
|
|||
|
||||
inherit autotools
|
||||
|
||||
PYTHONLSBOPTS = "--with-wctype-functions"
|
||||
PYTHONLSBOPTS_linuxstdbase = "ac_cv_sizeof_off_t=8"
|
||||
|
||||
EXTRA_OECONF = "\
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user