]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
abi_version/package: Bump hashequiv version and package class version
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 5 Jul 2024 09:21:20 +0000 (10:21 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 5 Jul 2024 09:23:01 +0000 (10:23 +0100)
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.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes-global/package.bbclass
meta/conf/abi_version.conf

index aa1eb5e901c0b29e394b2165bdb2109980b502a2..6cd8c0140f2ab8123465836b190bc3ef8c760c90 100644 (file)
@@ -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
index 13c2c45b42ab48cabc6f1e6b7fe33bdaed3b233d..0fe91b5ddf3716c0c88cea2de83e0dcba5910bcc 100644 (file)
@@ -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"