Explorar o código

bitbake: cache: Increase cache version after task checksum calculation changes

(Bitbake rev: 6df0425a9d5c4c520eb7845d8f6175d9641779a7)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Richard Purdie %!s(int64=9) %!d(string=hai) anos
pai
achega
90bc9b4f33
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      bitbake/lib/bb/cache.py

+ 1 - 1
bitbake/lib/bb/cache.py

@@ -43,7 +43,7 @@ except ImportError:
     logger.info("Importing cPickle failed. "
                 "Falling back to a very slow implementation.")
 
-__cache_version__ = "149"
+__cache_version__ = "150"
 
 def getCacheFile(path, filename, data_hash):
     return os.path.join(path, filename + "." + data_hash)