]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
abi_version: Bump HASHEQUIV_HASH_VERSION
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 19 Jan 2022 17:57:57 +0000 (17:57 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 19 Jan 2022 23:03:02 +0000 (23:03 +0000)
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 <richard.purdie@linuxfoundation.org>
meta/conf/abi_version.conf

index f406f927b025bf1e35c1267cc598c471e0fef387..20ca1098ecbb55d471942ac169906f1be4d4442c 100644 (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  = "10"
+HASHEQUIV_HASH_VERSION  = "11"