summaryrefslogtreecommitdiffstats
path: root/meta/classes-global/insane.bbclass
diff options
context:
space:
mode:
authorPeter Kjellerstedt <peter.kjellerstedt@axis.com>2023-08-23 12:08:14 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-08-24 16:50:24 +0100
commitd0ddefc7b7600f67d957e6467a1eca4f79a2d35a (patch)
tree68ac88f129c7fc2b4234b86591e158dd5602d26f /meta/classes-global/insane.bbclass
parentceeb8e5639113de2edb1509f02eb3e1b4668bd49 (diff)
downloadpoky-d0ddefc7b7600f67d957e6467a1eca4f79a2d35a.tar.gz
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. (From OE-Core rev: 71a2c7b2608640dfa45d065692541d537149052e) Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes-global/insane.bbclass')
-rw-r--r--meta/classes-global/insane.bbclass1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/classes-global/insane.bbclass b/meta/classes-global/insane.bbclass
index 960dfc8924..2e53778934 100644
--- a/meta/classes-global/insane.bbclass
+++ b/meta/classes-global/insane.bbclass
@@ -1342,7 +1342,6 @@ python do_qa_patch() {
1342 import re 1342 import re
1343 from oe import patch 1343 from oe import patch
1344 1344
1345 coremeta_path = os.path.join(d.getVar('COREBASE'), 'meta', '')
1346 for url in patch.src_patches(d): 1345 for url in patch.src_patches(d):
1347 (_, _, fullpath, _, _, _) = bb.fetch.decodeurl(url) 1346 (_, _, fullpath, _, _, _) = bb.fetch.decodeurl(url)
1348 1347