diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2017-12-05 14:36:57 +1300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-12-10 22:45:20 +0000 |
commit | c2b0259d90da3f265b954498f98dc01d88d41c5d (patch) | |
tree | 4ee6850884f4b803958df36605d8bd586711dddf /meta/classes/patch.bbclass | |
parent | fc31a73790668b62edbcfb5700a407408a3937eb (diff) | |
download | poky-c2b0259d90da3f265b954498f98dc01d88d41c5d.tar.gz |
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>
Diffstat (limited to 'meta/classes/patch.bbclass')
-rw-r--r-- | meta/classes/patch.bbclass | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/classes/patch.bbclass b/meta/classes/patch.bbclass index 8f35cb4f95..930ee33d54 100644 --- a/meta/classes/patch.bbclass +++ b/meta/classes/patch.bbclass | |||
@@ -26,7 +26,6 @@ python () { | |||
26 | 26 | ||
27 | python patch_task_patch_prefunc() { | 27 | python patch_task_patch_prefunc() { |
28 | # Prefunc for do_patch | 28 | # Prefunc for do_patch |
29 | func = d.getVar('BB_RUNTASK') | ||
30 | srcsubdir = d.getVar('S') | 29 | srcsubdir = d.getVar('S') |
31 | 30 | ||
32 | patchdir = os.path.join(srcsubdir, 'patches') | 31 | patchdir = os.path.join(srcsubdir, 'patches') |