summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2021-10-07 17:59:47 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-10-08 16:43:55 +0100
commit14feca0dc781f8e9003f70f317b63b242dc579b6 (patch)
tree5aa3917370ebc70dfa3211607a2d649042d70e95
parentf6434075b2bdfc23c683d22281b674b1e6abde77 (diff)
downloadopenembedded-core-contrib-14feca0dc781f8e9003f70f317b63b242dc579b6.tar.gz
abi_version/sstate: Bump to fix rpm corruption issues
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/classes/sstate.bbclass2
-rw-r--r--meta/conf/abi_version.conf2
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/classes/sstate.bbclass b/meta/classes/sstate.bbclass
index 860122a0cd..701a19bc61 100644
--- a/meta/classes/sstate.bbclass
+++ b/meta/classes/sstate.bbclass
@@ -1,4 +1,4 @@
-SSTATE_VERSION = "6"
+SSTATE_VERSION = "7"
SSTATE_MANIFESTS ?= "${TMPDIR}/sstate-control"
SSTATE_MANFILEPREFIX = "${SSTATE_MANIFESTS}/manifest-${SSTATE_MANMACH}-${PN}"
diff --git a/meta/conf/abi_version.conf b/meta/conf/abi_version.conf
index 62714f5e61..f406f927b0 100644
--- a/meta/conf/abi_version.conf
+++ b/meta/conf/abi_version.conf
@@ -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"