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 17:56:24 +0100 |
commit | 2e81bf1b9d0aa14e9bc296b0e2b12464f3471882 (patch) | |
tree | 8cbcecc016de10e73b4caed284d10e23b906836f /meta/recipes-devtools/icecc-toolchain | |
parent | 927db5db26914ce31f2f3739b70f8ffd1d55ab6b (diff) | |
download | poky-2e81bf1b9d0aa14e9bc296b0e2b12464f3471882.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
(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>
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 0480826578..25250b7c0e 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 @@ | |||
20 | # SOFTWARE. | 20 | # SOFTWARE. |
21 | # | 21 | # |
22 | 22 | ||
23 | # Setup environment | ||
24 | for env_setup_script in `ls $1/environment-setup-*`; do | ||
25 | . $env_setup_script | ||
26 | done | ||
27 | |||
28 | # ICECC_PATH will have been found icecc-env.sh | 23 | # ICECC_PATH will have been found icecc-env.sh |
29 | if [ -z "$ICECC_PATH" ]; then | 24 | if [ -z "$ICECC_PATH" ]; then |
30 | exit 0 | 25 | exit 0 |