mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 00:59:48 +00:00
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 01218e29f9.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user