mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
A recent package.py change has highlighted some corruption issues with -dev pkgconfig package dependencies. Bump the output versions to trigger a rebuild and ensure everything is consistent. Take the opportunity to also drop all HASHEQUIV_HASH_VERSION entries since the main version is changing. (From OE-Core rev: f45ddfbf007de858327eef0ffefd5840ef4c69b8) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
16 lines
662 B
Plaintext
16 lines
662 B
Plaintext
#
|
|
# OELAYOUT_ABI allows us to notify users when the format of TMPDIR changes in
|
|
# an incompatible way. Such changes should usually be detailed in the commit
|
|
# that breaks the format and have been previously discussed on the mailing list
|
|
# with general agreement from the core team.
|
|
#
|
|
OELAYOUT_ABI = "15"
|
|
|
|
#
|
|
# HASHEQUIV_HASH_VERSION is injected into the output hash calculation used by
|
|
# hashequiv. Changing this means previous hashes will no longer match, allowing
|
|
# 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 = "15"
|