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:30:07 +0100 |
| commit | 7e8b65b29b07b28b977591752768d04c6fe6c5d4 (patch) | |
| tree | 6b94813fbc1d0faf2251a2863c426256eefba9a4 | |
| parent | 016247241d07232b08c5961649dd7153622fff7f (diff) | |
| download | poky-7e8b65b29b07b28b977591752768d04c6fe6c5d4.tar.gz | |
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>
| -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" | |||
| 21 | do_package_index[nostamp] = "1" | 21 | do_package_index[nostamp] = "1" |
| 22 | do_package_index[depends] += "${PACKAGEINDEXDEPS}" | 22 | do_package_index[depends] += "${PACKAGEINDEXDEPS}" |
| 23 | 23 | ||
| 24 | # Force NATIVE python to use modules from STAGING_DIR_NATIVE | ||
| 25 | export PYTHONHOME = "${STAGING_DIR_NATIVE}/usr" | ||
| 26 | |||
| 27 | do_package_index() { | 24 | do_package_index() { |
| 28 | set -ex | 25 | set -ex |
| 29 | ${PACKAGEINDEXES} | 26 | ${PACKAGEINDEXES} |
