summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/bootchart2/bootchart2_0.14.9.bb
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/recipes-devtools/bootchart2/bootchart2_0.14.9.bb
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/recipes-devtools/bootchart2/bootchart2_0.14.9.bb')
-rw-r--r--meta/recipes-devtools/bootchart2/bootchart2_0.14.9.bb2
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/recipes-devtools/bootchart2/bootchart2_0.14.9.bb b/meta/recipes-devtools/bootchart2/bootchart2_0.14.9.bb
index 297dbfb578..d93152cedd 100644
--- a/meta/recipes-devtools/bootchart2/bootchart2_0.14.9.bb
+++ b/meta/recipes-devtools/bootchart2/bootchart2_0.14.9.bb
@@ -100,9 +100,7 @@ SRC_URI = "git://github.com/xrmx/bootchart.git;branch=master;protocol=https \
100S = "${WORKDIR}/git" 100S = "${WORKDIR}/git"
101SRCREV = "868a2afab9da34f32c007d773b77253c93104636" 101SRCREV = "868a2afab9da34f32c007d773b77253c93104636"
102 102
103# remove at next version upgrade or when output changes
104PR = "r1" 103PR = "r1"
105HASHEQUIV_HASH_VERSION .= ".1"
106 104
107inherit systemd update-rc.d python3native update-alternatives 105inherit systemd update-rc.d python3native update-alternatives
108 106