[bitbake-devel] [PATCH] siggen: Drop misleading duplicate method

Richard Purdie richard.purdie at linuxfoundation.org
Sat Apr 2 16:08:57 UTC 2016


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>

diff --git a/bitbake/lib/bb/siggen.py b/bitbake/lib/bb/siggen.py
index 43cf7b6..be0f0b5 100644
--- a/bitbake/lib/bb/siggen.py
+++ b/bitbake/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('.')
 





More information about the bitbake-devel mailing list