summaryrefslogtreecommitdiffstats
path: root/meta/classes-global/package.bbclass
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2023-03-26 10:31:21 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-03-26 18:50:17 +0100
commitc8dd8c99ef800a26e9acbaa34d03b3fb908b915e (patch)
treea72a62c6067ddbdb93438e90ac74c30bcc47d589 /meta/classes-global/package.bbclass
parent810a71236d4d8f79a3540b08837028162bece722 (diff)
downloadpoky-c8dd8c99ef800a26e9acbaa34d03b3fb908b915e.tar.gz
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>
Diffstat (limited to 'meta/classes-global/package.bbclass')
-rw-r--r--meta/classes-global/package.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes-global/package.bbclass b/meta/classes-global/package.bbclass
index 7e96601cd9..8f01bc4323 100644
--- a/meta/classes-global/package.bbclass
+++ b/meta/classes-global/package.bbclass
@@ -468,7 +468,7 @@ python do_package () {
468 # cache. This is useful if an item this class depends on changes in a 468 # cache. This is useful if an item this class depends on changes in a
469 # way that the output of this class changes. rpmdeps is a good example 469 # way that the output of this class changes. rpmdeps is a good example
470 # as any change to rpmdeps requires this to be rerun. 470 # as any change to rpmdeps requires this to be rerun.
471 # PACKAGE_BBCLASS_VERSION = "4" 471 # PACKAGE_BBCLASS_VERSION = "5"
472 472
473 # Init cachedpath 473 # Init cachedpath
474 global cpath 474 global cpath