]> code.ossystems Code Review - openembedded-core.git/commitdiff
abi_version/sstate: Bump to fix rpm corruption issues
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 7 Oct 2021 16:59:47 +0000 (17:59 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 8 Oct 2021 15:43:55 +0000 (16:43 +0100)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/sstate.bbclass
meta/conf/abi_version.conf

index 860122a0cdfe7c134596f75c6270e7d0268974be..701a19bc61254dedeab7177806f7b9403ffc23ce 100644 (file)
@@ -1,4 +1,4 @@
-SSTATE_VERSION = "6"
+SSTATE_VERSION = "7"
 
 SSTATE_MANIFESTS ?= "${TMPDIR}/sstate-control"
 SSTATE_MANFILEPREFIX = "${SSTATE_MANIFESTS}/manifest-${SSTATE_MANMACH}-${PN}"
index 62714f5e613937cdbebbc95df095df3f64388aac..f406f927b025bf1e35c1267cc598c471e0fef387 100644 (file)
@@ -12,4 +12,4 @@ OELAYOUT_ABI = "14"
 # a reset of the equivalence, for example when reproducibility issues break the
 # existing match data. Distros can also append to this value for the same effect.
 #
-HASHEQUIV_HASH_VERSION  = "9"
+HASHEQUIV_HASH_VERSION  = "10"