[oe-commits] Koen Kooi : python-native: remove prefix and exec_prefix, native. bbclass should take care of that now

git version control git at git.openembedded.org
Wed Nov 11 06:25:56 UTC 2009


Module: openembedded.git
Branch: shr/merge
Commit: 52aea4b0c5d14a3c5f0dfaa8f24ae96286701ca6
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=52aea4b0c5d14a3c5f0dfaa8f24ae96286701ca6

Author: Koen Kooi <koen at openembedded.org>
Date:   Tue Nov 10 16:12:05 2009 +0100

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 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/recipes/python/python-native_2.6.1.bb b/recipes/python/python-native_2.6.1.bb
index 30b97c9..9d0b0c8 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="" \





More information about the Openembedded-commits mailing list