diff options
Diffstat (limited to 'bitbake/lib/bb/cache.py')
| -rw-r--r-- | bitbake/lib/bb/cache.py | 2 |
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 | ||
| 38 | logger = logging.getLogger("BitBake.Cache") | 38 | logger = logging.getLogger("BitBake.Cache") |
| 39 | 39 | ||
| 40 | __cache_version__ = "150" | 40 | __cache_version__ = "151" |
| 41 | 41 | ||
| 42 | def getCacheFile(path, filename, data_hash): | 42 | def getCacheFile(path, filename, data_hash): |
| 43 | return os.path.join(path, filename + "." + data_hash) | 43 | return os.path.join(path, filename + "." + data_hash) |
