[oe-commits] [openembedded-core] 15/44: icecc-toolchain: Remove environment setup

git at git.openembedded.org git at git.openembedded.org
Fri Jun 15 10:17:33 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 710b93a24df6372abd6d7aa0ede8750cf4bf88b4
Author: Joshua Watt <jpewhacker at gmail.com>
AuthorDate: Wed Jun 6 10:24:44 2018 -0500

    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 at gmail.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-devtools/icecc-toolchain/icecc-toolchain/icecc-setup.sh | 5 -----
 1 file changed, 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 0480826..25250b7 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

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list