summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/cache.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/bb/cache.py')
-rw-r--r--bitbake/lib/bb/cache.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/cache.py b/bitbake/lib/bb/cache.py
index c04ac13735..28e8a87455 100644
--- a/bitbake/lib/bb/cache.py
+++ b/bitbake/lib/bb/cache.py
@@ -37,7 +37,7 @@ import bb.utils
37 37
38logger = logging.getLogger("BitBake.Cache") 38logger = logging.getLogger("BitBake.Cache")
39 39
40__cache_version__ = "150" 40__cache_version__ = "151"
41 41
42def getCacheFile(path, filename, data_hash): 42def getCacheFile(path, filename, data_hash):
43 return os.path.join(path, filename + "." + data_hash) 43 return os.path.join(path, filename + "." + data_hash)