diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-10-07 17:59:47 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-10-08 16:43:59 +0100 |
commit | f5e1c084d7e562094d00dc384ab970686738e76e (patch) | |
tree | 7687c05c39cffe6a4d19c82ee6404d7504cea190 /meta | |
parent | d441b484ebb4cdde228cedb3378019ffbdc391ac (diff) | |
download | poky-f5e1c084d7e562094d00dc384ab970686738e76e.tar.gz |
abi_version/sstate: Bump to fix rpm corruption issues
(From OE-Core rev: 14feca0dc781f8e9003f70f317b63b242dc579b6)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/classes/sstate.bbclass | 2 | ||||
-rw-r--r-- | meta/conf/abi_version.conf | 2 |
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 @@ | |||
1 | SSTATE_VERSION = "6" | 1 | SSTATE_VERSION = "7" |
2 | 2 | ||
3 | SSTATE_MANIFESTS ?= "${TMPDIR}/sstate-control" | 3 | SSTATE_MANIFESTS ?= "${TMPDIR}/sstate-control" |
4 | SSTATE_MANFILEPREFIX = "${SSTATE_MANIFESTS}/manifest-${SSTATE_MANMACH}-${PN}" | 4 | 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" | |||
12 | # a reset of the equivalence, for example when reproducibility issues break the | 12 | # a reset of the equivalence, for example when reproducibility issues break the |
13 | # existing match data. Distros can also append to this value for the same effect. | 13 | # existing match data. Distros can also append to this value for the same effect. |
14 | # | 14 | # |
15 | HASHEQUIV_HASH_VERSION = "9" | 15 | HASHEQUIV_HASH_VERSION = "10" |