diff options
author | Richard Purdie <richard@openedhand.com> | 2008-03-03 22:34:32 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-03-03 22:34:32 +0000 |
commit | 39a089a3e7e07945bdf1b36cfc40a982e9adba40 (patch) | |
tree | 2eb7fe53abe4689babb0725c16cefb7e18c91067 /bitbake/lib/bb/cache.py | |
parent | ab191d21e2e5e1609206146d238af6ec0b3f0554 (diff) | |
download | poky-39a089a3e7e07945bdf1b36cfc40a982e9adba40.tar.gz |
bitbake: Bump cache version
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3893 311d38ba-8fff-0310-9ca6-ca027cbcb966
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 dad82a9b36..60e863d52d 100644 --- a/bitbake/lib/bb/cache.py +++ b/bitbake/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__ = "128" | 42 | __cache_version__ = "129" |
43 | 43 | ||
44 | class Cache: | 44 | class Cache: |
45 | """ | 45 | """ |