mirror of
https://git.yoctoproject.org/poky
synced 2026-04-18 12:32:12 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
ceeb8e5639
commit
d0ddefc7b7
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user