From: Joshua Watt Date: Wed, 6 Jun 2018 15:24:44 +0000 (-0500) Subject: icecc-toolchain: Remove environment setup X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~17699 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=710b93a24df6372abd6d7aa0ede8750cf4bf88b4;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git icecc-toolchain: Remove environment setup The handling of the environment setup was moved to the post-relocate script handler, and so is no longer necessary in the setup script Signed-off-by: Joshua Watt Signed-off-by: Ross Burton --- diff --git a/meta/recipes-devtools/icecc-toolchain/icecc-toolchain/icecc-setup.sh b/meta/recipes-devtools/icecc-toolchain/icecc-toolchain/icecc-setup.sh index 04808265781..25250b7c0e2 100644 --- a/meta/recipes-devtools/icecc-toolchain/icecc-toolchain/icecc-setup.sh +++ b/meta/recipes-devtools/icecc-toolchain/icecc-toolchain/icecc-setup.sh @@ -20,11 +20,6 @@ # SOFTWARE. # -# Setup environment -for env_setup_script in `ls $1/environment-setup-*`; do - . $env_setup_script -done - # ICECC_PATH will have been found icecc-env.sh if [ -z "$ICECC_PATH" ]; then exit 0