1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-09 05:29:32 +00:00

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