* [PATCH] package-index: Remove the python hack, its not needed after the pythonnative changes
@ 2012-08-07 22:07 Richard Purdie
0 siblings, 0 replies; only message in thread
From: Richard Purdie @ 2012-08-07 22:07 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Richard Purdie <richard.purdie@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}
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2012-08-07 22:19 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-07 22:07 [PATCH] package-index: Remove the python hack, its not needed after the pythonnative changes Richard Purdie
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox