aboutsummaryrefslogtreecommitdiffstats
path: root/bitbake
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2008-10-01 09:58:26 +0000
committerRichard Purdie <richard@openedhand.com>2008-10-01 09:58:26 +0000
commit3c7454cb38166fb3bbcf8b68a5e0356edeed3711 (patch)
treec159a668122f4798e7487e33983c28ea8a6bf15c /bitbake
parent3db5955abdd4c424b3730e358e823761ba6d3df4 (diff)
downloadopenembedded-core-contrib-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')
-rw-r--r--bitbake/lib/bb/cache.py2
1 files changed, 1 insertions, 1 deletions
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:
"""