[gnome-continuous-yocto/gnomeostree-3.28-rocko: 393/8267] bitbake: cache: Increase cache version after task checksum calculation changes
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-continuous-yocto/gnomeostree-3.28-rocko: 393/8267] bitbake: cache: Increase cache version after task checksum calculation changes
- Date: Sat, 16 Dec 2017 20:21:50 +0000 (UTC)
commit 90bc9b4f3342c41e4f9c20a6f0f8e69b8ed4bce3
Author: Richard Purdie <richard purdie linuxfoundation org>
Date: Wed May 18 23:20:21 2016 +0100
bitbake: cache: Increase cache version after task checksum calculation changes
(Bitbake rev: 6df0425a9d5c4c520eb7845d8f6175d9641779a7)
Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>
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 742fe55..393d541 100644
--- a/bitbake/lib/bb/cache.py
+++ b/bitbake/lib/bb/cache.py
@@ -43,7 +43,7 @@ except ImportError:
logger.info("Importing cPickle failed. "
"Falling back to a very slow implementation.")
-__cache_version__ = "149"
+__cache_version__ = "150"
def getCacheFile(path, filename, data_hash):
return os.path.join(path, filename + "." + data_hash)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]