summaryrefslogtreecommitdiffstats
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
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>
-rw-r--r--meta/classes-global/package.bbclass2
-rw-r--r--meta/classes-global/sstate.bbclass2
-rw-r--r--meta/conf/abi_version.conf2
-rw-r--r--meta/recipes-core/glibc/glibc-common.inc2
-rw-r--r--meta/recipes-devtools/bootchart2/bootchart2_0.14.9.bb2
-rw-r--r--meta/recipes-devtools/perl/liberror-perl_0.17029.bb2
-rw-r--r--meta/recipes-extended/mc/mc_4.8.29.bb3
-rw-r--r--meta/recipes-graphics/ttf-fonts/ttf-bitstream-vera_1.10.bb3
-rw-r--r--meta/recipes-graphics/xorg-font/xorg-minimal-fonts.bb2
-rw-r--r--meta/recipes-support/libjitterentropy/libjitterentropy_3.4.1.bb3
10 files changed, 3 insertions, 20 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
diff --git a/meta/classes-global/sstate.bbclass b/meta/classes-global/sstate.bbclass
index 5b63582b5a..95373fd60a 100644
--- a/meta/classes-global/sstate.bbclass
+++ b/meta/classes-global/sstate.bbclass
@@ -4,7 +4,7 @@
4# SPDX-License-Identifier: MIT 4# SPDX-License-Identifier: MIT
5# 5#
6 6
7SSTATE_VERSION = "10" 7SSTATE_VERSION = "11"
8 8
9SSTATE_ZSTD_CLEVEL ??= "8" 9SSTATE_ZSTD_CLEVEL ??= "8"
10 10
diff --git a/meta/conf/abi_version.conf b/meta/conf/abi_version.conf
index c716bd7feb..b6643ea60b 100644
--- a/meta/conf/abi_version.conf
+++ b/meta/conf/abi_version.conf
@@ -12,4 +12,4 @@ OELAYOUT_ABI = "15"
12# a reset of the equivalence, for example when reproducibility issues break the 12# a reset of the equivalence, for example when reproducibility issues break the
13# existing match data. Distros can also append to this value for the same effect. 13# existing match data. Distros can also append to this value for the same effect.
14# 14#
15HASHEQUIV_HASH_VERSION = "14" 15HASHEQUIV_HASH_VERSION = "15"
diff --git a/meta/recipes-core/glibc/glibc-common.inc b/meta/recipes-core/glibc/glibc-common.inc
index d526a8ca20..b93b55fe77 100644
--- a/meta/recipes-core/glibc/glibc-common.inc
+++ b/meta/recipes-core/glibc/glibc-common.inc
@@ -23,6 +23,4 @@ ARM_INSTRUCTION_SET:armv6 = "arm"
23COMPATIBLE_HOST:libc-musl:class-target = "null" 23COMPATIBLE_HOST:libc-musl:class-target = "null"
24 24
25PV = "2.37" 25PV = "2.37"
26# remove at next version upgrade or when output changes
27PR = "r1" 26PR = "r1"
28HASHEQUIV_HASH_VERSION .= ".1"
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
diff --git a/meta/recipes-devtools/perl/liberror-perl_0.17029.bb b/meta/recipes-devtools/perl/liberror-perl_0.17029.bb
index 67e5811f3c..9585dfc2c6 100644
--- a/meta/recipes-devtools/perl/liberror-perl_0.17029.bb
+++ b/meta/recipes-devtools/perl/liberror-perl_0.17029.bb
@@ -9,9 +9,7 @@ LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
9 9
10LIC_FILES_CHKSUM = "file://LICENSE;md5=8f3499d09ee74a050c0319391ff9d100" 10LIC_FILES_CHKSUM = "file://LICENSE;md5=8f3499d09ee74a050c0319391ff9d100"
11 11
12# remove at next version upgrade or when output changes
13PR = "r1" 12PR = "r1"
14HASHEQUIV_HASH_VERSION .= ".1"
15 13
16DEPENDS += "perl" 14DEPENDS += "perl"
17 15
diff --git a/meta/recipes-extended/mc/mc_4.8.29.bb b/meta/recipes-extended/mc/mc_4.8.29.bb
index 7aac352ab5..e7f4aacc2e 100644
--- a/meta/recipes-extended/mc/mc_4.8.29.bb
+++ b/meta/recipes-extended/mc/mc_4.8.29.bb
@@ -14,9 +14,6 @@ SRC_URI = "http://www.midnight-commander.org/downloads/${BPN}-${PV}.tar.bz2 \
14 " 14 "
15SRC_URI[sha256sum] = "ba6b2d8752806ac23fe045c1b081eb66dcefa6159205c79f86c005dcaf9941c1" 15SRC_URI[sha256sum] = "ba6b2d8752806ac23fe045c1b081eb66dcefa6159205c79f86c005dcaf9941c1"
16 16
17# remove at next version upgrade or when output changes
18HASHEQUIV_HASH_VERSION .= ".2"
19
20inherit autotools gettext pkgconfig 17inherit autotools gettext pkgconfig
21 18
22# 19#
diff --git a/meta/recipes-graphics/ttf-fonts/ttf-bitstream-vera_1.10.bb b/meta/recipes-graphics/ttf-fonts/ttf-bitstream-vera_1.10.bb
index 1f1ad83e0b..d3d1cfde60 100644
--- a/meta/recipes-graphics/ttf-fonts/ttf-bitstream-vera_1.10.bb
+++ b/meta/recipes-graphics/ttf-fonts/ttf-bitstream-vera_1.10.bb
@@ -12,9 +12,6 @@ PR = "r8"
12 12
13inherit allarch fontcache 13inherit allarch fontcache
14 14
15# remove at next version upgrade or when output changes
16HASHEQUIV_HASH_VERSION .= ".1"
17
18FONT_PACKAGES = "${PN}" 15FONT_PACKAGES = "${PN}"
19 16
20SRC_URI = "${GNOME_MIRROR}/ttf-bitstream-vera/1.10/ttf-bitstream-vera-${PV}.tar.bz2" 17SRC_URI = "${GNOME_MIRROR}/ttf-bitstream-vera/1.10/ttf-bitstream-vera-${PV}.tar.bz2"
diff --git a/meta/recipes-graphics/xorg-font/xorg-minimal-fonts.bb b/meta/recipes-graphics/xorg-font/xorg-minimal-fonts.bb
index 88f534ccf7..babde4b099 100644
--- a/meta/recipes-graphics/xorg-font/xorg-minimal-fonts.bb
+++ b/meta/recipes-graphics/xorg-font/xorg-minimal-fonts.bb
@@ -14,8 +14,6 @@ SOURCE_DATE_EPOCH = "1613559011"
14 14
15PE = "1" 15PE = "1"
16PR = "r4" 16PR = "r4"
17# remove at next version upgrade or when output changes
18HASHEQUIV_HASH_VERSION .= ".1"
19 17
20inherit allarch features_check 18inherit allarch features_check
21 19
diff --git a/meta/recipes-support/libjitterentropy/libjitterentropy_3.4.1.bb b/meta/recipes-support/libjitterentropy/libjitterentropy_3.4.1.bb
index 3fb8c6b147..6cef8c068c 100644
--- a/meta/recipes-support/libjitterentropy/libjitterentropy_3.4.1.bb
+++ b/meta/recipes-support/libjitterentropy/libjitterentropy_3.4.1.bb
@@ -13,9 +13,6 @@ SRC_URI = "git://github.com/smuellerDD/jitterentropy-library.git;branch=master;p
13SRCREV = "4544e11320138ac02797af81766f4476a71bb09f" 13SRCREV = "4544e11320138ac02797af81766f4476a71bb09f"
14S = "${WORKDIR}/git" 14S = "${WORKDIR}/git"
15 15
16# remove at next version upgrade or when output changes
17HASHEQUIV_HASH_VERSION .= ".2"
18
19do_configure[noexec] = "1" 16do_configure[noexec] = "1"
20 17
21LDFLAGS += "-Wl,-O0" 18LDFLAGS += "-Wl,-O0"