From 5b9eb4be1270086f772367acb9e05a9a704cd87b Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 4 May 2022 09:35:59 +0100 Subject: abi_version/sstate: Bump hashequiv and sstate versions due to git changes The autobuilder sstate was corrupted via incorrect equiavlences caused by the security fix to git and the poor interaction that had with SCM version checks under fakeroot/pseudo. Bump the versions to enable a clean slate to work off. (From OE-Core rev: 3b6672730372e130d4d72b683fc3150911964745) Signed-off-by: Richard Purdie Signed-off-by: Luca Ceresoli Signed-off-by: Richard Purdie --- meta/conf/abi_version.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/conf/abi_version.conf') diff --git a/meta/conf/abi_version.conf b/meta/conf/abi_version.conf index 2a08b1208b..c716bd7feb 100644 --- a/meta/conf/abi_version.conf +++ b/meta/conf/abi_version.conf @@ -12,4 +12,4 @@ OELAYOUT_ABI = "15" # 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 = "12" +HASHEQUIV_HASH_VERSION = "14" -- cgit v1.2.3-54-g00ecf