aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/python/python-native_2.6.1.bb
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2009-11-14 13:25:03 +0100
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>2009-11-14 13:25:03 +0100
commita4bddfe9e6a513a8ad1881ed2ffd419390cf20e7 (patch)
treec69d4cd238d15f819195eb06428fb61219d6f37b /recipes/python/python-native_2.6.1.bb
parente0d271c7fde73ff1fe2a037d8b8a84b1395eadc1 (diff)
downloadopenembedded-a4bddfe9e6a513a8ad1881ed2ffd419390cf20e7.tar.gz
python-native: do not look in host paths for shared objects
Diffstat (limited to 'recipes/python/python-native_2.6.1.bb')
-rw-r--r--recipes/python/python-native_2.6.1.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes/python/python-native_2.6.1.bb b/recipes/python/python-native_2.6.1.bb
index 9d0b0c8268..9b59c1be65 100644
--- a/recipes/python/python-native_2.6.1.bb
+++ b/recipes/python/python-native_2.6.1.bb
@@ -10,6 +10,8 @@ SRC_URI = "\
file://10-distutils-fix-swig-parameter.patch;patch=1 \
file://11-distutils-never-modify-shebang-line.patch;patch=1 \
file://12-distutils-prefix-is-inside-staging-area.patch;patch=1 \
+ file://debug.patch;patch=1 \
+ file://nohostlibs.patch;patch=1 \
"
S = "${WORKDIR}/Python-${PV}"