[oe-commits] [bitbake] 01/04: cache: Increase cache version after task checksum calculation changes

git at git.openembedded.org git at git.openembedded.org
Wed May 18 22:25:22 UTC 2016


rpurdie pushed a commit to branch master-next
in repository bitbake.

commit 6df0425a9d5c4c520eb7845d8f6175d9641779a7
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Wed May 18 23:20:21 2016 +0100

    cache: Increase cache version after task checksum calculation changes
    
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 lib/bb/cache.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/bb/cache.py b/lib/bb/cache.py
index 742fe55..393d541 100644
--- a/lib/bb/cache.py
+++ b/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)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list