summaryrefslogtreecommitdiff
path: root/meta/recipes-devtools/python/python-native_2.7.2.bb
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2012-01-04 22:30:36 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-01-05 11:18:24 +0000
commit3b01b884dac0b31af8f5f2ebd60e5939e0111873 (patch)
tree063ddb024185c5f2961668988af979a8f6e0bfa6 /meta/recipes-devtools/python/python-native_2.7.2.bb
parent3e9c368a8045044736fc7e348404060498c7491b (diff)
downloadopenembedded-core-3b01b884dac0b31af8f5f2ebd60e5939e0111873.tar.gz
openembedded-core-3b01b884dac0b31af8f5f2ebd60e5939e0111873.tar.bz2
openembedded-core-3b01b884dac0b31af8f5f2ebd60e5939e0111873.zip
python-native: correct prefix handling for oe-core sysroot layout
Don't try to guess a path based on ${HOST_SYS} since this is not where the files in the sysroot are likely to be. Instead, just use the "plat_specific" approach of taking STAGING_INCDIR and knocking off the trailing "/include" for all cases. This is still evidently suboptimal but does at least seem to give the correct results. Signed-off-by: Phil Blundell <philb@gnu.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python-native_2.7.2.bb')
-rw-r--r--meta/recipes-devtools/python/python-native_2.7.2.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python-native_2.7.2.bb b/meta/recipes-devtools/python/python-native_2.7.2.bb
index 7d8c597447..8bf736d1ec 100644
--- a/meta/recipes-devtools/python/python-native_2.7.2.bb
+++ b/meta/recipes-devtools/python/python-native_2.7.2.bb
@@ -1,6 +1,6 @@
require python.inc
DEPENDS = "openssl-native bzip2-full-native zlib-native readline-native sqlite3-native"
-PR = "${INC_PR}.2"
+PR = "${INC_PR}.3"
SRC_URI += "file://04-default-is-optimized.patch \
file://05-enable-ctypes-cross-build.patch \