From: Richard Purdie Date: Wed, 1 Oct 2008 09:58:26 +0000 (+0000) Subject: bitbake/bitbake-dev: Bump cache version after AUTOREV DONT_CACHE changes X-Git-Tag: 2011-1~8158 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=3c7454cb38166fb3bbcf8b68a5e0356edeed3711;p=openembedded-core.git bitbake/bitbake-dev: Bump cache version after AUTOREV DONT_CACHE changes git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5362 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- diff --git a/bitbake-dev/lib/bb/cache.py b/bitbake-dev/lib/bb/cache.py index e0ba1de38e..1c87bfa12d 100644 --- a/bitbake-dev/lib/bb/cache.py +++ b/bitbake-dev/lib/bb/cache.py @@ -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: """ diff --git a/bitbake/lib/bb/cache.py b/bitbake/lib/bb/cache.py index e0ba1de38e..1c87bfa12d 100644 --- a/bitbake/lib/bb/cache.py +++ b/bitbake/lib/bb/cache.py @@ -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: """