diff options
Diffstat (limited to 'bitbake/lib/bb')
-rw-r--r-- | bitbake/lib/bb/siggen.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bitbake/lib/bb/siggen.py b/bitbake/lib/bb/siggen.py index 4380760e77..7521a3a903 100644 --- a/bitbake/lib/bb/siggen.py +++ b/bitbake/lib/bb/siggen.py | |||
@@ -69,6 +69,9 @@ class SignatureGenerator(object): | |||
69 | def set_taskdata(self, data): | 69 | def set_taskdata(self, data): |
70 | self.runtaskdeps, self.taskhash, self.file_checksum_values, self.taints, self.basehash = data | 70 | self.runtaskdeps, self.taskhash, self.file_checksum_values, self.taints, self.basehash = data |
71 | 71 | ||
72 | def reset(self, data): | ||
73 | return | ||
74 | |||
72 | class SignatureGeneratorBasic(SignatureGenerator): | 75 | class SignatureGeneratorBasic(SignatureGenerator): |
73 | """ | 76 | """ |
74 | """ | 77 | """ |