[oe-commits] [bitbake] 03/05: siggen: Drop misleading duplicate method

git at git.openembedded.org git at git.openembedded.org
Sat Apr 2 16:16:29 UTC 2016


rpurdie pushed a commit to branch master-next
in repository bitbake.

commit a896f263300f069400eae533be0daf5dedf41c95
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Sat Apr 2 17:08:57 2016 +0100

    siggen: Drop misleading duplicate method
    
    The real method is a few lines later, this one is incorrect and
    just causing confusion. Remove it.
    
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 lib/bb/siggen.py | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/lib/bb/siggen.py b/lib/bb/siggen.py
index 43cf7b6..114851c 100644
--- a/lib/bb/siggen.py
+++ b/lib/bb/siggen.py
@@ -49,9 +49,6 @@ class SignatureGenerator(object):
         """Write/update the file checksum cache onto disk"""
         return
 
-    def set_taskdata(self, hashes, deps, checksum):
-        return
-
     def stampfile(self, stampbase, file_name, taskname, extrainfo):
         return ("%s.%s.%s" % (stampbase, taskname, extrainfo)).rstrip('.')
 

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


More information about the Openembedded-commits mailing list