summaryrefslogtreecommitdiffstats
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:21 +0100
commit71a2c7b2608640dfa45d065692541d537149052e (patch)
tree846092947b0a71d32223a7b043e3f5702ca78b68
parent55208224f492af0ad929555ffc9b95ff1d301c5f (diff)
downloadopenembedded-core-contrib-71a2c7b2608640dfa45d065692541d537149052e.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. Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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() {
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)