summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUlrich Ölmann <u.oelmann@pengutronix.de>2022-09-07 12:57:51 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-09-07 21:28:41 +0100
commit3d3f0cd09de4a226561454c88db72d91fdc9e7f1 (patch)
tree4beefb69c5049a101db34b0dc0cf1bcd5c753d58
parent35b3d0037fd7f3aec5a68ae8a22cbc032c7fa195 (diff)
downloadpoky-3d3f0cd09de4a226561454c88db72d91fdc9e7f1.tar.gz
icecc.bbclass: delete 'rm' command
The removed command was explicitly marked as transitional in commit [1] roughly three years ago, so finally clean up. [1] 40d74cb1d0dd ("icecc: Export ICECC_CC and friends via wrapper-script") (From OE-Core rev: 4459e970c7c1c43f4061b1cb6229d7a3643e1bbc) Signed-off-by: Ulrich Ölmann <u.oelmann@pengutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/classes/icecc.bbclass1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/classes/icecc.bbclass b/meta/classes/icecc.bbclass
index 8f06e9dd70..e478ba488c 100644
--- a/meta/classes/icecc.bbclass
+++ b/meta/classes/icecc.bbclass
@@ -380,7 +380,6 @@ set_icecc_env() {
380 fi 380 fi
381 for compiler in $compilers; do 381 for compiler in $compilers; do
382 ln -sf $ICECC_BIN $ICE_PATH/symlinks/$compiler 382 ln -sf $ICECC_BIN $ICE_PATH/symlinks/$compiler
383 rm -f $ICE_PATH/$compiler
384 cat <<-__EOF__ > $ICE_PATH/$compiler 383 cat <<-__EOF__ > $ICE_PATH/$compiler
385 #!/bin/sh -e 384 #!/bin/sh -e
386 export ICECC_VERSION=$ICECC_VERSION 385 export ICECC_VERSION=$ICECC_VERSION