[oe-commits] [openembedded-core] 23/40: classes/patch: remove unused variable

git at git.openembedded.org git at git.openembedded.org
Sun Dec 10 22:46:19 UTC 2017


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository openembedded-core.

commit 5bc987fb1818ffb9748645bd6e0d80cf5914bad0
Author: Paul Eggleton <paul.eggleton at linux.intel.com>
AuthorDate: Tue Dec 5 14:36:57 2017 +1300

    classes/patch: remove unused variable
    
    Signed-off-by: Paul Eggleton <paul.eggleton at linux.intel.com>
    Signed-off-by: Ross Burton <ross.burton at 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')

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list