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

(From OE-Core rev: 247330b515a1f19189e97f3832242c1c965c2782)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie 2012-08-07 22:05:57 +00:00
parent 016247241d
commit 7e8b65b29b
1 changed files with 0 additions and 3 deletions

View File

@ -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}