abi_version/sstate: Bump to fix rpm corruption issues

(From OE-Core rev: 14feca0dc781f8e9003f70f317b63b242dc579b6)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie
2021-10-07 17:59:47 +01:00
parent d441b484eb
commit f5e1c084d7
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
SSTATE_VERSION = "6"
SSTATE_VERSION = "7"
SSTATE_MANIFESTS ?= "${TMPDIR}/sstate-control"
SSTATE_MANFILEPREFIX = "${SSTATE_MANIFESTS}/manifest-${SSTATE_MANMACH}-${PN}"

View 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"