]> code.ossystems Code Review - openembedded-core.git/commitdiff
icecc-toolchain: Remove environment setup
authorJoshua Watt <jpewhacker@gmail.com>
Wed, 6 Jun 2018 15:24:44 +0000 (10:24 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 15 Jun 2018 10:09:40 +0000 (11:09 +0100)
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 <JPEWhacker@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-devtools/icecc-toolchain/icecc-toolchain/icecc-setup.sh

index 048082657813500c8c69988dfef0a26ba8fc0ce8..25250b7c0e25923b4e2b7604ea7eb761e69e64df 100644 (file)
 # 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