mirror of
https://git.yoctoproject.org/poky
synced 2026-04-29 18:32:20 +02:00
cache.py: Bump the cache version after the BBVERSIONS update
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -38,7 +38,7 @@ except ImportError:
|
||||
import pickle
|
||||
bb.msg.note(1, bb.msg.domain.Cache, "Importing cPickle failed. Falling back to a very slow implementation.")
|
||||
|
||||
__cache_version__ = "130"
|
||||
__cache_version__ = "131"
|
||||
|
||||
class Cache:
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user