summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 () {
26 26
27python patch_task_patch_prefunc() { 27python 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')