diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2010-03-25 17:28:34 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-03-25 17:28:34 +0000 |
commit | fb245be03d8e3327165033045245f5f853c0b0d4 (patch) | |
tree | 0f010e67a15443305f57854341d0c96ea56cdce1 /bitbake/lib/bb/cache.py | |
parent | 881caec450d40a41ddb21979e286a601fa0763e5 (diff) | |
download | poky-fb245be03d8e3327165033045245f5f853c0b0d4.tar.gz |
cache.py: Bump the cache version after the BBVERSIONS update
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'bitbake/lib/bb/cache.py')
-rw-r--r-- | bitbake/lib/bb/cache.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/cache.py b/bitbake/lib/bb/cache.py index 9a962ecc74..1f180012e0 100644 --- a/bitbake/lib/bb/cache.py +++ b/bitbake/lib/bb/cache.py | |||
@@ -38,7 +38,7 @@ except ImportError: | |||
38 | import pickle | 38 | import pickle |
39 | bb.msg.note(1, bb.msg.domain.Cache, "Importing cPickle failed. Falling back to a very slow implementation.") | 39 | bb.msg.note(1, bb.msg.domain.Cache, "Importing cPickle failed. Falling back to a very slow implementation.") |
40 | 40 | ||
41 | __cache_version__ = "130" | 41 | __cache_version__ = "131" |
42 | 42 | ||
43 | class Cache: | 43 | class Cache: |
44 | """ | 44 | """ |