From: Richard Purdie Date: Mon, 3 Mar 2008 22:34:32 +0000 (+0000) Subject: bitbake: Bump cache version X-Git-Tag: 2011-1~9552 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=39a089a3e7e07945bdf1b36cfc40a982e9adba40;p=openembedded-core.git bitbake: Bump cache version git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3893 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- diff --git a/bitbake/lib/bb/cache.py b/bitbake/lib/bb/cache.py index dad82a9b36..60e863d52d 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__ = "128" +__cache_version__ = "129" class Cache: """