From 52aea4b0c5d14a3c5f0dfaa8f24ae96286701ca6 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Tue, 10 Nov 2009 16:12:05 +0100 Subject: python-native: remove prefix and exec_prefix, native.bbclass should take care of that now --- recipes/python/python-native_2.6.1.bb | 3 --- 1 file changed, 3 deletions(-) (limited to 'recipes/python/python-native_2.6.1.bb') diff --git a/recipes/python/python-native_2.6.1.bb b/recipes/python/python-native_2.6.1.bb index 30b97c9344..9d0b0c8268 100644 --- a/recipes/python/python-native_2.6.1.bb +++ b/recipes/python/python-native_2.6.1.bb @@ -15,9 +15,6 @@ S = "${WORKDIR}/Python-${PV}" inherit native -prefix = "${STAGING_DIR_NATIVE}/${layout_prefix}" -exec_prefix = "${STAGING_DIR_NATIVE}/${layout_exec_prefix}" - EXTRA_OEMAKE = '\ BUILD_SYS="" \ HOST_SYS="" \ -- cgit v1.2.3 From a4bddfe9e6a513a8ad1881ed2ffd419390cf20e7 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Sat, 14 Nov 2009 13:25:03 +0100 Subject: python-native: do not look in host paths for shared objects --- recipes/python/python-native_2.6.1.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'recipes/python/python-native_2.6.1.bb') 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}" -- cgit v1.2.3