From: Peter Kjellerstedt Date: Wed, 23 Aug 2023 10:08:14 +0000 (+0200) Subject: insane.bbclass: Remove an unused variable X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=71a2c7b2608640dfa45d065692541d537149052e;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git insane.bbclass: Remove an unused variable The use of coremeta_path was removed with commit 61a881fdbe (insane: Improve patch-status layer filtering) when the patch-status QA test was generalized. Signed-off-by: Peter Kjellerstedt Signed-off-by: Richard Purdie --- diff --git a/meta/classes-global/insane.bbclass b/meta/classes-global/insane.bbclass index 960dfc8924a..2e537789347 100644 --- a/meta/classes-global/insane.bbclass +++ b/meta/classes-global/insane.bbclass @@ -1342,7 +1342,6 @@ python do_qa_patch() { import re from oe import patch - coremeta_path = os.path.join(d.getVar('COREBASE'), 'meta', '') for url in patch.src_patches(d): (_, _, fullpath, _, _, _) = bb.fetch.decodeurl(url)