From 4459e970c7c1c43f4061b1cb6229d7a3643e1bbc Mon Sep 17 00:00:00 2001 From: Ulrich Ölmann Date: Wed, 7 Sep 2022 12:57:51 +0200 Subject: icecc.bbclass: delete 'rm' command MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- meta/classes/icecc.bbclass | 1 - 1 file changed, 1 deletion(-) (limited to 'meta') 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() { 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 -- cgit 1.2.3-korg