]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
insane.bbclass: Remove an unused variable
authorPeter Kjellerstedt <peter.kjellerstedt@axis.com>
Wed, 23 Aug 2023 10:08:14 +0000 (12:08 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 24 Aug 2023 15:50:21 +0000 (16:50 +0100)
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>
meta/classes-global/insane.bbclass

index 960dfc8924a571b5af02941d8d7cd5cdc99c8588..2e537789347642317c7f1997ddd0ddc9a7f451b0 100644 (file)
@@ -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)