diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/python/python3_3.4.3.bb | 5 | ||||
-rw-r--r-- | meta/recipes-devtools/python/python_2.7.9.bb | 5 |
2 files changed, 1 insertions, 9 deletions
diff --git a/meta/recipes-devtools/python/python3_3.4.3.bb b/meta/recipes-devtools/python/python3_3.4.3.bb index f61d278d79..a33f10f01f 100644 --- a/meta/recipes-devtools/python/python3_3.4.3.bb +++ b/meta/recipes-devtools/python/python3_3.4.3.bb | |||
@@ -56,10 +56,7 @@ CACHED_CONFIGUREVARS = "ac_cv_have_chflags=no \ | |||
56 | ac_cv_file__dev_ptmx=yes \ | 56 | ac_cv_file__dev_ptmx=yes \ |
57 | ac_cv_file__dev_ptc=no \ | 57 | ac_cv_file__dev_ptc=no \ |
58 | " | 58 | " |
59 | # The 3 lines below are copied from the libffi recipe, ctypes ships its own copy of the libffi sources | 59 | |
60 | #Somehow gcc doesn't set __SOFTFP__ when passing -mfloatabi=softp :( | ||
61 | TARGET_CC_ARCH_append_armv6 = " -D__SOFTFP__" | ||
62 | TARGET_CC_ARCH_append_armv7a = " -D__SOFTFP__" | ||
63 | TARGET_CC_ARCH += "-DNDEBUG -fno-inline" | 60 | TARGET_CC_ARCH += "-DNDEBUG -fno-inline" |
64 | EXTRA_OEMAKE += "CROSS_COMPILE=yes" | 61 | EXTRA_OEMAKE += "CROSS_COMPILE=yes" |
65 | EXTRA_OECONF += "CROSSPYTHONPATH=${STAGING_LIBDIR_NATIVE}/python${PYTHON_MAJMIN}/lib-dynload/ --without-ensurepip" | 62 | EXTRA_OECONF += "CROSSPYTHONPATH=${STAGING_LIBDIR_NATIVE}/python${PYTHON_MAJMIN}/lib-dynload/ --without-ensurepip" |
diff --git a/meta/recipes-devtools/python/python_2.7.9.bb b/meta/recipes-devtools/python/python_2.7.9.bb index f7e2f272f4..bc20417674 100644 --- a/meta/recipes-devtools/python/python_2.7.9.bb +++ b/meta/recipes-devtools/python/python_2.7.9.bb | |||
@@ -34,11 +34,6 @@ inherit autotools multilib_header python-dir pythonnative | |||
34 | 34 | ||
35 | CONFIGUREOPTS += " --with-system-ffi " | 35 | CONFIGUREOPTS += " --with-system-ffi " |
36 | 36 | ||
37 | # The 3 lines below are copied from the libffi recipe, ctypes ships its own copy of the libffi sources | ||
38 | #Somehow gcc doesn't set __SOFTFP__ when passing -mfloatabi=softp :( | ||
39 | TARGET_CC_ARCH_append_armv6 = " -D__SOFTFP__" | ||
40 | TARGET_CC_ARCH_append_armv7a = " -D__SOFTFP__" | ||
41 | |||
42 | # The following is a hack until we drop ac_cv_sizeof_off_t from site files | 37 | # The following is a hack until we drop ac_cv_sizeof_off_t from site files |
43 | EXTRA_OECONF += "${@bb.utils.contains('DISTRO_FEATURES', 'largefile', 'ac_cv_sizeof_off_t=8', '', d)} ac_cv_file__dev_ptmx=yes ac_cv_file__dev_ptc=no" | 38 | EXTRA_OECONF += "${@bb.utils.contains('DISTRO_FEATURES', 'largefile', 'ac_cv_sizeof_off_t=8', '', d)} ac_cv_file__dev_ptmx=yes ac_cv_file__dev_ptc=no" |
44 | 39 | ||