diff options
author | Richard Purdie <richard@openedhand.com> | 2008-10-01 09:58:26 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-10-01 09:58:26 +0000 |
commit | 3c7454cb38166fb3bbcf8b68a5e0356edeed3711 (patch) | |
tree | c159a668122f4798e7487e33983c28ea8a6bf15c /bitbake-dev | |
parent | 3db5955abdd4c424b3730e358e823761ba6d3df4 (diff) | |
download | poky-3c7454cb38166fb3bbcf8b68a5e0356edeed3711.tar.gz |
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
Diffstat (limited to 'bitbake-dev')
-rw-r--r-- | bitbake-dev/lib/bb/cache.py | 2 |
1 files changed, 1 insertions, 1 deletions
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: | |||
39 | import pickle | 39 | import pickle |
40 | bb.msg.note(1, bb.msg.domain.Cache, "Importing cPickle failed. Falling back to a very slow implementation.") | 40 | bb.msg.note(1, bb.msg.domain.Cache, "Importing cPickle failed. Falling back to a very slow implementation.") |
41 | 41 | ||
42 | __cache_version__ = "129" | 42 | __cache_version__ = "130" |
43 | 43 | ||
44 | class Cache: | 44 | class Cache: |
45 | """ | 45 | """ |