From bb1d7fad7ff8515939f2b5f0b540b9b09604be3c Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Fri, 23 Mar 2012 12:29:21 +0000 Subject: 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 --- meta/conf/bitbake.conf | 1 - 1 file changed, 1 deletion(-) (limited to 'meta/conf') 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 = "" # Toolchain info. ################################################################## -ORIGPATH := "${PATH}" 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}:" export PATH -- cgit v1.2.3-54-g00ecf