]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
icecc.bbclass: delete 'rm' command
authorUlrich Ölmann <u.oelmann@pengutronix.de>
Wed, 7 Sep 2022 10:57:51 +0000 (12:57 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 7 Sep 2022 20:27:29 +0000 (21:27 +0100)
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")

Signed-off-by: Ulrich Ölmann <u.oelmann@pengutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/icecc.bbclass

index 8f06e9dd70828e05b81d839d04bfdaa83b806024..e478ba488ce0e66cd7f6e9f5512ab95fa25dbd06 100644 (file)
@@ -380,7 +380,6 @@ set_icecc_env() {
     fi
     for compiler in $compilers; do
         ln -sf $ICECC_BIN $ICE_PATH/symlinks/$compiler
-        rm -f $ICE_PATH/$compiler
         cat <<-__EOF__ > $ICE_PATH/$compiler
                #!/bin/sh -e
                export ICECC_VERSION=$ICECC_VERSION