1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 05:09:24 +00:00

bitbake/cache: bump cache version after recent changes

Signed-off-by: Joshua Lock <josh@linux.intel.com>
This commit is contained in:
Joshua Lock
2011-02-24 16:02:13 +00:00
parent f258cedfe8
commit 08c7a59b5a
+1 -1
View File
@@ -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',