From: Chris Larson Date: Wed, 24 Nov 2010 04:38:34 +0000 (-0700) Subject: cache: bump cachever per master X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=24a44f661a78759ff764b207c94591daeb7e89fb;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git cache: bump cachever per master Signed-off-by: Chris Larson --- diff --git a/lib/bb/cache.py b/lib/bb/cache.py index 7c024c75205..e2c030d44e5 100644 --- a/lib/bb/cache.py +++ b/lib/bb/cache.py @@ -43,7 +43,7 @@ except ImportError: logger.info("Importing cPickle failed. " "Falling back to a very slow implementation.") -__cache_version__ = "132" +__cache_version__ = "133" recipe_fields = ( 'pn',