summaryrefslogtreecommitdiffstats
path: root/bitbake
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake')
-rw-r--r--bitbake/lib/bb/siggen.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/siggen.py b/bitbake/lib/bb/siggen.py
index a9c84c474f..12257914cd 100644
--- a/bitbake/lib/bb/siggen.py
+++ b/bitbake/lib/bb/siggen.py
@@ -39,7 +39,7 @@ class SignatureGenerator(object):
39 return 39 return
40 40
41 def get_taskhash(self, fn, task, deps, dataCache): 41 def get_taskhash(self, fn, task, deps, dataCache):
42 return 0 42 return "0"
43 43
44 def set_taskdata(self, hashes, deps): 44 def set_taskdata(self, hashes, deps):
45 return 45 return