* [PATCH] siggen: Drop misleading duplicate method
@ 2016-04-02 16:08 Richard Purdie
0 siblings, 0 replies; only message in thread
From: Richard Purdie @ 2016-04-02 16:08 UTC (permalink / raw)
To: bitbake-devel
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@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('.')
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2016-04-02 16:09 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-02 16:08 [PATCH] siggen: Drop misleading duplicate method Richard Purdie
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.