1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-30 00:20:08 +00:00

abi_version/sstate: Handle pkgconfig output changes and bump output versions

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>
This commit is contained in:
Richard Purdie
2023-03-26 10:31:21 +01:00
parent 810a71236d
commit c8dd8c99ef
10 changed files with 3 additions and 20 deletions
+1 -1
View File
@@ -468,7 +468,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 = "4"
# PACKAGE_BBCLASS_VERSION = "5"
# Init cachedpath
global cpath
+1 -1
View File
@@ -4,7 +4,7 @@
# SPDX-License-Identifier: MIT
#
SSTATE_VERSION = "10"
SSTATE_VERSION = "11"
SSTATE_ZSTD_CLEVEL ??= "8"