diff options
-rw-r--r-- | meta/recipes-devtools/python/python_2.7.3.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python_2.7.3.bb b/meta/recipes-devtools/python/python_2.7.3.bb index d93bc64dbf..cc92ebc6a4 100644 --- a/meta/recipes-devtools/python/python_2.7.3.bb +++ b/meta/recipes-devtools/python/python_2.7.3.bb | |||
@@ -49,6 +49,9 @@ inherit autotools multilib_header python-dir pythonnative | |||
49 | TARGET_CC_ARCH_append_armv6 = " -D__SOFTFP__" | 49 | TARGET_CC_ARCH_append_armv6 = " -D__SOFTFP__" |
50 | TARGET_CC_ARCH_append_armv7a = " -D__SOFTFP__" | 50 | TARGET_CC_ARCH_append_armv7a = " -D__SOFTFP__" |
51 | 51 | ||
52 | # The following is a hack until we drop ac_cv_sizeof_off_t from site files | ||
53 | EXTRA_OECONF += "${@bb.utils.contains('DISTRO_FEATURES', 'largefile', 'ac_cv_sizeof_off_t=8', '', d)}" | ||
54 | |||
52 | do_configure_prepend() { | 55 | do_configure_prepend() { |
53 | rm -f ${S}/Makefile.orig | 56 | rm -f ${S}/Makefile.orig |
54 | autoreconf -Wcross --verbose --install --force --exclude=autopoint Modules/_ctypes/libffi || bbnote "_ctypes failed to autoreconf" | 57 | autoreconf -Wcross --verbose --install --force --exclude=autopoint Modules/_ctypes/libffi || bbnote "_ctypes failed to autoreconf" |