[OE-core] [PATCH] package-index: Remove the python hack, its not needed after the pythonnative changes

Richard Purdie richard.purdie at linuxfoundation.org
Tue Aug 7 22:07:55 UTC 2012


Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
diff --git a/meta/recipes-core/meta/package-index.bb b/meta/recipes-core/meta/package-index.bb
index 3d7bb7e..27d63e2 100644
--- a/meta/recipes-core/meta/package-index.bb
+++ b/meta/recipes-core/meta/package-index.bb
@@ -23,9 +23,6 @@ do_populate_sysroot[noexec] = "1"
 do_package_index[nostamp] = "1"
 do_package_index[depends] += "${PACKAGEINDEXDEPS}"
 
-# Force NATIVE python to use modules from STAGING_DIR_NATIVE
-export PYTHONHOME = "${STAGING_DIR_NATIVE}/usr"
-
 do_package_index() {
 	set -ex
 	${PACKAGEINDEXES}






More information about the Openembedded-core mailing list