On 09/13/2013 09:31 PM, Hongxu Jia wrote:
It has been fixed in:
http://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?id=e261c1760d8a660c13cd00039a4812d51f47f3df
But there is a typo in:
http://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?id=78ac027f2ac6c6663fff7080eabbd3d09c1241bb
It missed to remove an extra "--with-wctype-functions" in EXTRA_OECONF
[YOCTO #5154]
Signed-off-by: Hongxu Jia <[email protected]>
---
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 80609a8..fcfeda5 100644
--- a/meta/recipes-devtools/python/python.inc
+++ b/meta/recipes-devtools/python/python.inc
@@ -25,7 +25,6 @@ EXTRA_OECONF = "\
--with-cyclic-gc \
--without-cxx \
--with-signal-module \
- --with-wctype-functions \
I think this needs to be protected with a linuxstdbase check.
Sau!
--enable-shared \
--enable-ipv6=${@base_contains('DISTRO_FEATURES', 'ipv6', 'yes', 'no', d)} \
${PYTHONLSBOPTS} \
_______________________________________________
Openembedded-core mailing list
[email protected]
http://lists.openembedded.org/mailman/listinfo/openembedded-core