[oe-commits] [openembedded-core] 17/24: toolchain-shar-extract.sh: Preserve ICECC_PATH

git at git.openembedded.org git at git.openembedded.org
Tue May 22 12:14:09 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository openembedded-core.

commit c245ab9bee536c7b6af026a5eda02ae0695567b3
Author: Joshua Watt <jpewhacker at gmail.com>
AuthorDate: Tue May 15 09:52:29 2018 -0500

    toolchain-shar-extract.sh: Preserve ICECC_PATH
    
    ICECC_PATH wasn't being preserved in the environment when it was
    reinitialized. This prevented toolchain installs from being able to use
    icecream by setting ICECC_PATH when icecc isn't in $PATH
    
    Signed-off-by: Joshua Watt <JPEWhacker at gmail.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/files/toolchain-shar-extract.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/files/toolchain-shar-extract.sh b/meta/files/toolchain-shar-extract.sh
index f7ab430..9eabd62 100644
--- a/meta/files/toolchain-shar-extract.sh
+++ b/meta/files/toolchain-shar-extract.sh
@@ -3,6 +3,7 @@
 [ -z "$ENVCLEANED" ] && exec /usr/bin/env -i ENVCLEANED=1 HOME="$HOME" \
 	LC_ALL=en_US.UTF-8 \
 	TERM=$TERM \
+	ICECC_PATH="$ICECC_PATH" \
 	http_proxy="$http_proxy" https_proxy="$https_proxy" ftp_proxy="$ftp_proxy" \
 	no_proxy="$no_proxy" all_proxy="$all_proxy" GIT_PROXY_COMMAND="$GIT_PROXY_COMMAND" "$0" "$@"
 [ -f /etc/environment ] && . /etc/environment

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list