mirror of
https://git.yoctoproject.org/poky
synced 2026-04-20 09:32:13 +02:00
classes/patch: remove unused variable
(From OE-Core rev: 5bc987fb1818ffb9748645bd6e0d80cf5914bad0) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
fc31a73790
commit
c2b0259d90
@@ -26,7 +26,6 @@ python () {
|
||||
|
||||
python patch_task_patch_prefunc() {
|
||||
# Prefunc for do_patch
|
||||
func = d.getVar('BB_RUNTASK')
|
||||
srcsubdir = d.getVar('S')
|
||||
|
||||
patchdir = os.path.join(srcsubdir, 'patches')
|
||||
|
||||
Reference in New Issue
Block a user