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

(From OE-Core rev: 710b93a24df6372abd6d7aa0ede8750cf4bf88b4)

Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Joshua Watt
2018-06-06 10:24:44 -05:00
committed by Richard Purdie
parent 927db5db26
commit 2e81bf1b9d

View File

@@ -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