summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/tests/data.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/bb/tests/data.py')
-rw-r--r--bitbake/lib/bb/tests/data.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/tests/data.py b/bitbake/lib/bb/tests/data.py
index 3cf5abec70..a9b0bdb099 100644
--- a/bitbake/lib/bb/tests/data.py
+++ b/bitbake/lib/bb/tests/data.py
@@ -466,7 +466,7 @@ class TaskHash(unittest.TestCase):
466 tasklist, gendeps, lookupcache = bb.data.generate_dependencies(d) 466 tasklist, gendeps, lookupcache = bb.data.generate_dependencies(d)
467 taskdeps, basehash = bb.data.generate_dependency_hash(tasklist, gendeps, lookupcache, set(), "somefile") 467 taskdeps, basehash = bb.data.generate_dependency_hash(tasklist, gendeps, lookupcache, set(), "somefile")
468 bb.warn(str(lookupcache)) 468 bb.warn(str(lookupcache))
469 return basehash["somefile." + taskname] 469 return basehash["somefile:" + taskname]
470 470
471 d = bb.data.init() 471 d = bb.data.init()
472 d.setVar("__BBTASKS", ["mytask"]) 472 d.setVar("__BBTASKS", ["mytask"])