summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-devtools/python/python3_3.5.0.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3_3.5.0.bb b/meta/recipes-devtools/python/python3_3.5.0.bb
index d0872be2b6..2475dba1fc 100644
--- a/meta/recipes-devtools/python/python3_3.5.0.bb
+++ b/meta/recipes-devtools/python/python3_3.5.0.bb
@@ -58,6 +58,7 @@ CACHED_CONFIGUREVARS = "ac_cv_have_chflags=no \
58" 58"
59 59
60TARGET_CC_ARCH += "-DNDEBUG -fno-inline" 60TARGET_CC_ARCH += "-DNDEBUG -fno-inline"
61SDK_CC_ARCH += "-DNDEBUG -fno-inline"
61EXTRA_OEMAKE += "CROSS_COMPILE=yes" 62EXTRA_OEMAKE += "CROSS_COMPILE=yes"
62EXTRA_OECONF += "CROSSPYTHONPATH=${STAGING_LIBDIR_NATIVE}/python${PYTHON_MAJMIN}/lib-dynload/ --without-ensurepip" 63EXTRA_OECONF += "CROSSPYTHONPATH=${STAGING_LIBDIR_NATIVE}/python${PYTHON_MAJMIN}/lib-dynload/ --without-ensurepip"
63 64