diff options
Diffstat (limited to 'bitbake/lib/bb/siggen.py')
-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 1a84796759..ffbab396c1 100644 --- a/bitbake/lib/bb/siggen.py +++ b/bitbake/lib/bb/siggen.py | |||
@@ -32,6 +32,9 @@ class SignatureGenerator(object): | |||
32 | def finalise(self, fn, d, varient): | 32 | def finalise(self, fn, d, varient): |
33 | return | 33 | return |
34 | 34 | ||
35 | def stampfile(self, stampbase, taskname, taskhash): | ||
36 | return "%s.%s" % (stampbase, taskname) | ||
37 | |||
35 | class SignatureGeneratorBasic(SignatureGenerator): | 38 | class SignatureGeneratorBasic(SignatureGenerator): |
36 | """ | 39 | """ |
37 | """ | 40 | """ |