From: Richard Purdie Date: Wed, 19 Jan 2022 17:57:57 +0000 (+0000) Subject: abi_version: Bump HASHEQUIV_HASH_VERSION X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~5468 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3510caa7245d1993b2dc54c7bf2c7a884dd10c88;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git abi_version: Bump HASHEQUIV_HASH_VERSION After the changes to the native outhash files to ensure populate_sysroot for native recipes correctly accounts for runtime dependencies, this doesn't reset the target output namespace and means reproducibility issues are still triggering on our test infrastructure. Bump the version being used for hashequiv to ensure we avoid these issues with a new namespace. Signed-off-by: Richard Purdie --- diff --git a/meta/conf/abi_version.conf b/meta/conf/abi_version.conf index f406f927b02..20ca1098ecb 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 = "10" +HASHEQUIV_HASH_VERSION = "11"