mirror of
https://git.yoctoproject.org/poky
synced 2026-09-13 09:49:32 +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() {
|
python patch_task_patch_prefunc() {
|
||||||
# Prefunc for do_patch
|
# Prefunc for do_patch
|
||||||
func = d.getVar('BB_RUNTASK')
|
|
||||||
srcsubdir = d.getVar('S')
|
srcsubdir = d.getVar('S')
|
||||||
|
|
||||||
patchdir = os.path.join(srcsubdir, 'patches')
|
patchdir = os.path.join(srcsubdir, 'patches')
|
||||||
|
|||||||
Reference in New Issue
Block a user