diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-07-05 10:21:20 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-07-05 10:23:05 +0100 |
| commit | 0979646a1bd224e3690380ab9fb3e0079bcafcf4 (patch) | |
| tree | 7c20b19d4986540097f3e8a2022e1959c7c01e9e /meta/classes-global | |
| parent | 4172c3bdd5a076da6bb125071a8157a0fef28932 (diff) | |
| download | poky-0979646a1bd224e3690380ab9fb3e0079bcafcf4.tar.gz | |
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>
Diffstat (limited to 'meta/classes-global')
| -rw-r--r-- | meta/classes-global/package.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes-global/package.bbclass b/meta/classes-global/package.bbclass index aa1eb5e901..6cd8c0140f 100644 --- a/meta/classes-global/package.bbclass +++ b/meta/classes-global/package.bbclass | |||
| @@ -476,7 +476,7 @@ python do_package () { | |||
| 476 | # cache. This is useful if an item this class depends on changes in a | 476 | # cache. This is useful if an item this class depends on changes in a |
| 477 | # way that the output of this class changes. rpmdeps is a good example | 477 | # way that the output of this class changes. rpmdeps is a good example |
| 478 | # as any change to rpmdeps requires this to be rerun. | 478 | # as any change to rpmdeps requires this to be rerun. |
| 479 | # PACKAGE_BBCLASS_VERSION = "5" | 479 | # PACKAGE_BBCLASS_VERSION = "6" |
| 480 | 480 | ||
| 481 | # Init cachedpath | 481 | # Init cachedpath |
| 482 | global cpath | 482 | global cpath |
