From: Ulrich Ölmann Date: Wed, 7 Sep 2022 10:57:51 +0000 (+0200) Subject: icecc.bbclass: delete 'rm' command X-Git-Tag: yocto-4.1~179 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4459e970c7c1c43f4061b1cb6229d7a3643e1bbc;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git 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") Signed-off-by: Ulrich Ölmann Signed-off-by: Richard Purdie --- diff --git a/meta/classes/icecc.bbclass b/meta/classes/icecc.bbclass index 8f06e9dd708..e478ba488ce 100644 --- a/meta/classes/icecc.bbclass +++ b/meta/classes/icecc.bbclass @@ -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