aboutsummaryrefslogtreecommitdiffstats
path: root/meta/files/toolchain-shar-extract.sh
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2016-06-02 14:28:55 +1200
committerPaul Eggleton <paul.eggleton@linux.intel.com>2016-06-24 10:08:14 +1200
commitecbd05f4dc6b1aeb33a13d2cad7ee51e7c3287fc (patch)
tree03aede46ec6dd24a177ebbe64ee94d3349a221d2 /meta/files/toolchain-shar-extract.sh
parentf8d17be128952864433cf0ce28afe43a866ff9cd (diff)
downloadopenembedded-core-contrib-ecbd05f4dc6b1aeb33a13d2cad7ee51e7c3287fc.tar.gz
toolchain-shar-extract.sh: allow TERM through into SDK installer envpaule/startup-oe
In order to show the task progress during the extensible SDK installation, knotty needs to know it is using a terminal it can support the "interactive" mode on (i.e. ncurses can be used), which means it needs access to the TERM variable value, so allow that through into the cleaned environment within the SDK installation script. Part of the implementation for [YOCTO #9613]. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Diffstat (limited to 'meta/files/toolchain-shar-extract.sh')
-rw-r--r--meta/files/toolchain-shar-extract.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/files/toolchain-shar-extract.sh b/meta/files/toolchain-shar-extract.sh
index d1ce86dccc..9279310376 100644
--- a/meta/files/toolchain-shar-extract.sh
+++ b/meta/files/toolchain-shar-extract.sh
@@ -2,6 +2,7 @@
[ -z "$ENVCLEANED" ] && exec /usr/bin/env -i ENVCLEANED=1 HOME="$HOME" \
LC_ALL=en_US.UTF-8 \
+ TERM=$TERM \
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