From: Ross Burton Date: Tue, 19 Oct 2021 19:26:14 +0000 (+0100) Subject: strace: remove TOOLCHAIN assignment X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~6362 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ff24e6a8192525fbce69e03a317cc1a30870ed0;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git strace: remove TOOLCHAIN assignment Back in 2016 strace failed to link when using clang, but this isn't the case anymore. Signed-off-by: Ross Burton Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/strace/strace_5.14.bb b/meta/recipes-devtools/strace/strace_5.14.bb index a81bda04bab..aa6b06d2dde 100644 --- a/meta/recipes-devtools/strace/strace_5.14.bb +++ b/meta/recipes-devtools/strace/strace_5.14.bb @@ -52,4 +52,3 @@ RDEPENDS:${PN}-ptest:append:libc-glibc = "\ " BBCLASSEXTEND = "native" -TOOLCHAIN = "gcc"