diff options
| -rw-r--r-- | bitbake/lib/bb/siggen.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/bitbake/lib/bb/siggen.py b/bitbake/lib/bb/siggen.py index 43cf7b6e5a..114851c490 100644 --- a/bitbake/lib/bb/siggen.py +++ b/bitbake/lib/bb/siggen.py | |||
| @@ -49,9 +49,6 @@ class SignatureGenerator(object): | |||
| 49 | """Write/update the file checksum cache onto disk""" | 49 | """Write/update the file checksum cache onto disk""" |
| 50 | return | 50 | return |
| 51 | 51 | ||
| 52 | def set_taskdata(self, hashes, deps, checksum): | ||
| 53 | return | ||
| 54 | |||
| 55 | def stampfile(self, stampbase, file_name, taskname, extrainfo): | 52 | def stampfile(self, stampbase, file_name, taskname, extrainfo): |
| 56 | return ("%s.%s.%s" % (stampbase, taskname, extrainfo)).rstrip('.') | 53 | return ("%s.%s.%s" % (stampbase, taskname, extrainfo)).rstrip('.') |
| 57 | 54 | ||
