]> code.ossystems Code Review - openembedded-core.git/commit
python: Fix failures of LSB python-runtime tests.
authorJingdong Lu <jingdong.lu@windriver.com>
Wed, 19 Jan 2011 09:04:43 +0000 (17:04 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 20 Jan 2011 21:37:02 +0000 (21:37 +0000)
commite261c1760d8a660c13cd00039a4812d51f47f3df
treea4d4e071a2b465cd08bdbdc1cfc3e8a5b47e6f85
parent426de6589b4b94769446e655999b68d0ab1f046b
python: Fix failures of LSB python-runtime tests.

Fix failues of LSB python-runtime tests.
test_largefile: add "ac_cv_sizeof_off_t=8" option explicitly into configure options in order to enable "LFS".
test_codecs, test_re, test_unicode: "--with-wctype-functions" will cause these tests failed, so remove it for LSB.
test_builtin, test_getargs: "sitecustomize.py" cause default encoding changed from "ascii" into "utf8" and it will cause these tests failed, so remove this file for LSB.

Signed-off-by: Jingdong Lu<jingdong.lu@windriver.com>
meta/recipes-devtools/python/python.inc
meta/recipes-devtools/python/python_2.6.6.bb