summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-devtools/python/python_2.7.14.bb7
1 files changed, 6 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python_2.7.14.bb b/meta/recipes-devtools/python/python_2.7.14.bb
index 7d03bc8a64..0a09926dfb 100644
--- a/meta/recipes-devtools/python/python_2.7.14.bb
+++ b/meta/recipes-devtools/python/python_2.7.14.bb
@@ -141,9 +141,14 @@ py_package_preprocess () {
141 141
142 # Remove references to buildmachine paths in target Makefile and _sysconfigdata 142 # Remove references to buildmachine paths in target Makefile and _sysconfigdata
143 sed -i -e 's:--sysroot=${STAGING_DIR_TARGET}::g' -e s:'--with-libtool-sysroot=${STAGING_DIR_TARGET}'::g \ 143 sed -i -e 's:--sysroot=${STAGING_DIR_TARGET}::g' -e s:'--with-libtool-sysroot=${STAGING_DIR_TARGET}'::g \
144 -e 's|${DEBUG_PREFIX_MAP}||g' \
145 -e 's:${HOSTTOOLS_DIR}/::g' \
146 -e 's:${RECIPE_SYSROOT_NATIVE}::g' \
147 -e 's:${RECIPE_SYSROOT}::g' \
148 -e 's:${BASE_WORKDIR}/${MULTIMACH_TARGET_SYS}::g' \
144 ${PKGD}/${libdir}/python${PYTHON_MAJMIN}/config/Makefile \ 149 ${PKGD}/${libdir}/python${PYTHON_MAJMIN}/config/Makefile \
145 ${PKGD}/${libdir}/python${PYTHON_MAJMIN}/_sysconfigdata.py 150 ${PKGD}/${libdir}/python${PYTHON_MAJMIN}/_sysconfigdata.py
146 python -m py_compile ${PKGD}/${libdir}/python${PYTHON_MAJMIN}/_sysconfigdata.py 151 (cd ${PKGD}; python -m py_compile ./${libdir}/python${PYTHON_MAJMIN}/_sysconfigdata.py)
147} 152}
148 153
149 154