mirror of
https://git.yoctoproject.org/poky
synced 2026-04-09 02:02:26 +02:00
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. (From OE-Core rev: 3510caa7245d1993b2dc54c7bf2c7a884dd10c88) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user