]> code.ossystems Code Review - openembedded-core.git/commitdiff
bitbake/bitbake-dev: Bump cache version after AUTOREV DONT_CACHE changes
authorRichard Purdie <richard@openedhand.com>
Wed, 1 Oct 2008 09:58:26 +0000 (09:58 +0000)
committerRichard Purdie <richard@openedhand.com>
Wed, 1 Oct 2008 09:58:26 +0000 (09:58 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5362 311d38ba-8fff-0310-9ca6-ca027cbcb966

bitbake-dev/lib/bb/cache.py
bitbake/lib/bb/cache.py

index e0ba1de38eb25e2eca1056a62f0450f322621a19..1c87bfa12dd37942c094444ef14eb934b27b5fd8 100644 (file)
@@ -39,7 +39,7 @@ except ImportError:
     import pickle
     bb.msg.note(1, bb.msg.domain.Cache, "Importing cPickle failed. Falling back to a very slow implementation.")
 
-__cache_version__ = "129"
+__cache_version__ = "130"
 
 class Cache:
     """
index e0ba1de38eb25e2eca1056a62f0450f322621a19..1c87bfa12dd37942c094444ef14eb934b27b5fd8 100644 (file)
@@ -39,7 +39,7 @@ except ImportError:
     import pickle
     bb.msg.note(1, bb.msg.domain.Cache, "Importing cPickle failed. Falling back to a very slow implementation.")
 
-__cache_version__ = "129"
+__cache_version__ = "130"
 
 class Cache:
     """