summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python-native_2.7.3.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2012-11-14 14:31:24 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-11-18 16:42:07 +0000
commit89bc43e1b2dcf0d15004b0eb65ea75c6adbfcf8e (patch)
tree84ec9eb39b1bfba19d02acc2f9a26bee72c3c767 /meta/recipes-devtools/python/python-native_2.7.3.bb
parentdadb3a7fa70a016fd4bf2b059d37a5e0f759eef1 (diff)
downloadpoky-89bc43e1b2dcf0d15004b0eb65ea75c6adbfcf8e.tar.gz
python: Resolve intermediate staging issues
Its bad practise to poke into the sysroot without knowledge of sstate. This adds a patch to python allowing us to account for cross compiling and allow it to find the Makefile/pyconfig.h files without needing them in the sysroot for do_compile/do_install to complete. Tested on two architectures and compared with buildhistory with no significant delta. (From OE-Core rev: 16da4f75a75dc8020803df9ea73a2a7ead88cc5a) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python-native_2.7.3.bb')
-rw-r--r--meta/recipes-devtools/python/python-native_2.7.3.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python-native_2.7.3.bb b/meta/recipes-devtools/python/python-native_2.7.3.bb
index d450949326..b0b3503ed9 100644
--- a/meta/recipes-devtools/python/python-native_2.7.3.bb
+++ b/meta/recipes-devtools/python/python-native_2.7.3.bb
@@ -15,6 +15,7 @@ SRC_URI += "file://04-default-is-optimized.patch \
15 file://nohostlibs.patch \ 15 file://nohostlibs.patch \
16 file://multilib.patch \ 16 file://multilib.patch \
17 file://add-md5module-support.patch \ 17 file://add-md5module-support.patch \
18 file://builddir.patch \
18 " 19 "
19S = "${WORKDIR}/Python-${PV}" 20S = "${WORKDIR}/Python-${PV}"
20 21