diff options
Diffstat (limited to 'meta/recipes-devtools/python/python3_3.3.3.bb')
-rw-r--r-- | meta/recipes-devtools/python/python3_3.3.3.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3_3.3.3.bb b/meta/recipes-devtools/python/python3_3.3.3.bb index 5d1ef5b314..0631fd9873 100644 --- a/meta/recipes-devtools/python/python3_3.3.3.bb +++ b/meta/recipes-devtools/python/python3_3.3.3.bb | |||
@@ -60,6 +60,9 @@ TARGET_CC_ARCH_append_armv7a = " -D__SOFTFP__" | |||
60 | TARGET_CC_ARCH += "-DNDEBUG -fno-inline" | 60 | TARGET_CC_ARCH += "-DNDEBUG -fno-inline" |
61 | EXTRA_OEMAKE += "CROSS_COMPILE=yes" | 61 | EXTRA_OEMAKE += "CROSS_COMPILE=yes" |
62 | 62 | ||
63 | # No ctypes option for python 3 | ||
64 | PYTHONLSBOPTS = "" | ||
65 | |||
63 | do_configure_prepend() { | 66 | do_configure_prepend() { |
64 | rm -f ${S}/Makefile.orig | 67 | rm -f ${S}/Makefile.orig |
65 | autoreconf -Wcross --verbose --install --force --exclude=autopoint Modules/_ctypes/libffi || bbnote "_ctypes failed to autoreconf" | 68 | autoreconf -Wcross --verbose --install --force --exclude=autopoint Modules/_ctypes/libffi || bbnote "_ctypes failed to autoreconf" |