From 08c7a59b5a5d24cf8c03b9da8278d30c0c175f5e Mon Sep 17 00:00:00 2001 From: Joshua Lock Date: Thu, 24 Feb 2011 16:02:13 +0000 Subject: bitbake/cache: bump cache version after recent changes Signed-off-by: Joshua Lock --- bitbake/lib/bb/cache.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bitbake/lib/bb/cache.py') diff --git a/bitbake/lib/bb/cache.py b/bitbake/lib/bb/cache.py index 8eea482a2d..421bd79183 100644 --- a/bitbake/lib/bb/cache.py +++ b/bitbake/lib/bb/cache.py @@ -43,7 +43,7 @@ except ImportError: logger.info("Importing cPickle failed. " "Falling back to a very slow implementation.") -__cache_version__ = "136" +__cache_version__ = "137" recipe_fields = ( 'pn', -- cgit v1.2.3-54-g00ecf