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:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user