[oe-commits] Richard Purdie : package-index: Remove the python hack, its not needed after the pythonnative changes

git at git.openembedded.org git at git.openembedded.org
Tue Aug 7 22:34:17 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: 247330b515a1f19189e97f3832242c1c965c2782
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=247330b515a1f19189e97f3832242c1c965c2782

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Tue Aug  7 22:05:57 2012 +0000

package-index: Remove the python hack, its not needed after the pythonnative changes

Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-core/meta/package-index.bb |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/meta/recipes-core/meta/package-index.bb b/meta/recipes-core/meta/package-index.bb
index 96d54e3..bf3922f 100644
--- a/meta/recipes-core/meta/package-index.bb
+++ b/meta/recipes-core/meta/package-index.bb
@@ -21,9 +21,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-commits mailing list