[OE-core] [PATCH 1/2] classes/patch: remove unused variable

Paul Eggleton paul.eggleton at linux.intel.com
Tue Dec 5 01:36:57 UTC 2017


Signed-off-by: Paul Eggleton <paul.eggleton at linux.intel.com>
---
 meta/classes/patch.bbclass | 1 -
 1 file changed, 1 deletion(-)

diff --git a/meta/classes/patch.bbclass b/meta/classes/patch.bbclass
index 8f35cb4..930ee33 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')
-- 
2.9.5




More information about the Openembedded-core mailing list