mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 12:59:02 +02:00
abi_version/package: Bump hashequiv version and package class version
The recent pkgconfig change and subsqeuent fixes have left the hash equivalence server in a corrupted state with hashes linking the changes beofore and after the pkgconfig change, breaking reproducibile builds. Bump the appropriate version numbers to allow us to move on and avoid build failures and corrupt equivalence data now the underlying issue was fixed. (From OE-Core rev: 7b2cdd257132645534642a1461fe14b835eee6e8) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
4172c3bdd5
commit
0979646a1b
|
@ -476,7 +476,7 @@ python do_package () {
|
|||
# cache. This is useful if an item this class depends on changes in a
|
||||
# way that the output of this class changes. rpmdeps is a good example
|
||||
# as any change to rpmdeps requires this to be rerun.
|
||||
# PACKAGE_BBCLASS_VERSION = "5"
|
||||
# PACKAGE_BBCLASS_VERSION = "6"
|
||||
|
||||
# Init cachedpath
|
||||
global cpath
|
||||
|
|
|
@ -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 = "16"
|
||||
HASHEQUIV_HASH_VERSION = "17"
|
||||
|
|
Loading…
Reference in New Issue
Block a user