diff options
author | Joshua Watt <jpewhacker@gmail.com> | 2018-06-06 10:24:44 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-06-15 11:09:40 +0100 |
commit | 710b93a24df6372abd6d7aa0ede8750cf4bf88b4 (patch) | |
tree | 80da5f511636c947b9810a4c5063af2ebe95f105 /meta/recipes-devtools/icecc-toolchain | |
parent | bf1847cd369fe72b8f8e04e2661bb7d2d3524ea2 (diff) | |
download | openembedded-core-contrib-710b93a24df6372abd6d7aa0ede8750cf4bf88b4.tar.gz |
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 <JPEWhacker@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-devtools/icecc-toolchain')
-rw-r--r-- | meta/recipes-devtools/icecc-toolchain/icecc-toolchain/icecc-setup.sh | 5 |
1 files changed, 0 insertions, 5 deletions
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 |