mirror of
git://git.yoctoproject.org/poky
synced 2026-08-13 21:26:06 +00:00
bitbake/cache: bump cache version after recent changes
Signed-off-by: Joshua Lock <josh@linux.intel.com>
This commit is contained in:
parent
f258cedfe8
commit
08c7a59b5a
@ -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',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user