From a59935fb3a7260e2be7769a783ac907a1d73e699 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Sat, 6 Nov 2010 12:20:33 +0000 Subject: bitbake/siggen: Allow siggen code to control final stampfile format Signed-off-by: Richard Purdie --- bitbake/lib/bb/siggen.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bitbake/lib/bb/siggen.py') 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): def finalise(self, fn, d, varient): return + def stampfile(self, stampbase, taskname, taskhash): + return "%s.%s" % (stampbase, taskname) + class SignatureGeneratorBasic(SignatureGenerator): """ """ -- cgit v1.2.3-54-g00ecf