aboutsummaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2017-12-05 14:36:57 +1300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-12-10 22:41:42 +0000
commit5bc987fb1818ffb9748645bd6e0d80cf5914bad0 (patch)
treed82ca8b67c6f96c95d9d170022f10a16cb98d0b7 /meta
parentb0146f21765b10c1f71807372f69a286bc9c2474 (diff)
downloadopenembedded-core-contrib-5bc987fb1818ffb9748645bd6e0d80cf5914bad0.tar.gz
classes/patch: remove unused variable
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta')
-rw-r--r--meta/classes/patch.bbclass1
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 () {
python patch_task_patch_prefunc() {
# Prefunc for do_patch
- func = d.getVar('BB_RUNTASK')
srcsubdir = d.getVar('S')
patchdir = os.path.join(srcsubdir, 'patches')