From 3f0e3b5d535bc3726d11179ee70bd66b473544a5 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Fri, 28 Feb 2014 11:24:01 +0000 Subject: python3: Fix QA warning Addresses the warning: WARNING: QA Issue: python3-native: configure was passed unrecognised options: --with-wctype-functions since this option was removed in python 3. (From OE-Core rev: f2879f3831ac86018e9526e34815f99eafe1ba82) Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python3-native_3.3.3.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meta/recipes-devtools/python/python3-native_3.3.3.bb') diff --git a/meta/recipes-devtools/python/python3-native_3.3.3.bb b/meta/recipes-devtools/python/python3-native_3.3.3.bb index 97bf3b5..534dbec 100644 --- a/meta/recipes-devtools/python/python3-native_3.3.3.bb +++ b/meta/recipes-devtools/python/python3-native_3.3.3.bb @@ -51,6 +51,9 @@ EXTRA_OEMAKE = '\ ARCH=${TARGET_ARCH} \ ' +# No ctypes option for python 3 +PYTHONLSBOPTS = "" + do_configure_prepend() { autoreconf --verbose --install --force --exclude=autopoint Modules/_ctypes/libffi || bbnote "_ctypes failed to autoreconf" } -- cgit v1.1