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 c181933a64..aace95e729 100644 --- a/meta/recipes-devtools/python/python_2.7.3.bb +++ b/meta/recipes-devtools/python/python_2.7.3.bb | |||
@@ -122,6 +122,9 @@ PACKAGE_PREPROCESS_FUNCS += "py_package_preprocess" | |||
122 | py_package_preprocess () { | 122 | py_package_preprocess () { |
123 | # copy back the old Makefile to fix target package | 123 | # copy back the old Makefile to fix target package |
124 | install -m 0644 Makefile.orig ${PKGD}/${libdir}/python${PYTHON_MAJMIN}/config/Makefile | 124 | install -m 0644 Makefile.orig ${PKGD}/${libdir}/python${PYTHON_MAJMIN}/config/Makefile |
125 | |||
126 | # Remove references to buildmachine paths in target Makefile | ||
127 | sed -i -e 's:--sysroot=${STAGING_DIR_TARGET}::g' -e s:'--with-libtool-sysroot=${STAGING_DIR_TARGET}'::g ${PKGD}/${libdir}/python${PYTHON_MAJMIN}/config/Makefile | ||
125 | } | 128 | } |
126 | 129 | ||
127 | require python-${PYTHON_MAJMIN}-manifest.inc | 130 | require python-${PYTHON_MAJMIN}-manifest.inc |