diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-08-07 22:05:57 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-08-07 23:15:12 +0100 |
commit | 247330b515a1f19189e97f3832242c1c965c2782 (patch) | |
tree | 640af59e10c5565b79045a56621bd7a7ede5d890 | |
parent | 1409d9b9690e39ecc63aacfdd5785586d83633ee (diff) | |
download | openembedded-core-247330b515a1f19189e97f3832242c1c965c2782.tar.gz openembedded-core-247330b515a1f19189e97f3832242c1c965c2782.tar.bz2 openembedded-core-247330b515a1f19189e97f3832242c1c965c2782.zip |
package-index: Remove the python hack, its not needed after the pythonnative changes
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | 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 96d54e3664..bf3922f6d1 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} |