diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-23 12:29:21 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-23 12:29:57 +0000 |
commit | bb1d7fad7ff8515939f2b5f0b540b9b09604be3c (patch) | |
tree | 07cb9219c220dab47471bc8930f2b04a4f4b4575 /meta/conf/bitbake.conf | |
parent | d95f6d0e325681aac083a3688800b3e92e9e55a1 (diff) | |
download | poky-bb1d7fad7ff8515939f2b5f0b540b9b09604be3c.tar.gz |
Revert "bitbake.conf/sstate.bbclass: Change PATH when installing sstate files to avoid issues"
Reluctantly revert this since it breaks the tar-native workaround we have
for old versions of tar :(
This reverts commit 01218e29f963120c77885964702198d9bce77e11.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/bitbake.conf')
-rw-r--r-- | meta/conf/bitbake.conf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index f140b6bc22..2b0e7ce276 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf | |||
@@ -402,7 +402,6 @@ EXTRA_IMAGEDEPENDS = "" | |||
402 | # Toolchain info. | 402 | # Toolchain info. |
403 | ################################################################## | 403 | ################################################################## |
404 | 404 | ||
405 | ORIGPATH := "${PATH}" | ||
406 | PATH_prepend = "${STAGING_BINDIR_TOOLCHAIN}:${STAGING_BINDIR_CROSS}:${STAGING_DIR_NATIVE}${sbindir_native}:${STAGING_BINDIR_NATIVE}:${STAGING_DIR_NATIVE}${base_sbindir_native}:${STAGING_DIR_NATIVE}/${base_bindir_native}:" | 405 | PATH_prepend = "${STAGING_BINDIR_TOOLCHAIN}:${STAGING_BINDIR_CROSS}:${STAGING_DIR_NATIVE}${sbindir_native}:${STAGING_BINDIR_NATIVE}:${STAGING_DIR_NATIVE}${base_sbindir_native}:${STAGING_DIR_NATIVE}/${base_bindir_native}:" |
407 | export PATH | 406 | export PATH |
408 | 407 | ||