diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-11-14 14:31:24 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-11-18 16:42:07 +0000 |
commit | 89bc43e1b2dcf0d15004b0eb65ea75c6adbfcf8e (patch) | |
tree | 84ec9eb39b1bfba19d02acc2f9a26bee72c3c767 /meta/recipes-devtools/python/python-native_2.7.3.bb | |
parent | dadb3a7fa70a016fd4bf2b059d37a5e0f759eef1 (diff) | |
download | poky-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.bb | 1 |
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 | " |
19 | S = "${WORKDIR}/Python-${PV}" | 20 | S = "${WORKDIR}/Python-${PV}" |
20 | 21 | ||