mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 18:49:32 +02: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:
@@ -468,7 +468,7 @@ python do_package () {
|
|||||||
# cache. This is useful if an item this class depends on changes in a
|
# 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
|
# way that the output of this class changes. rpmdeps is a good example
|
||||||
# as any change to rpmdeps requires this to be rerun.
|
# as any change to rpmdeps requires this to be rerun.
|
||||||
# PACKAGE_BBCLASS_VERSION = "4"
|
# PACKAGE_BBCLASS_VERSION = "5"
|
||||||
|
|
||||||
# Init cachedpath
|
# Init cachedpath
|
||||||
global cpath
|
global cpath
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
# SPDX-License-Identifier: MIT
|
# SPDX-License-Identifier: MIT
|
||||||
#
|
#
|
||||||
|
|
||||||
SSTATE_VERSION = "10"
|
SSTATE_VERSION = "11"
|
||||||
|
|
||||||
SSTATE_ZSTD_CLEVEL ??= "8"
|
SSTATE_ZSTD_CLEVEL ??= "8"
|
||||||
|
|
||||||
|
|||||||
@@ -12,4 +12,4 @@ OELAYOUT_ABI = "15"
|
|||||||
# a reset of the equivalence, for example when reproducibility issues break the
|
# a reset of the equivalence, for example when reproducibility issues break the
|
||||||
# existing match data. Distros can also append to this value for the same effect.
|
# existing match data. Distros can also append to this value for the same effect.
|
||||||
#
|
#
|
||||||
HASHEQUIV_HASH_VERSION = "14"
|
HASHEQUIV_HASH_VERSION = "15"
|
||||||
|
|||||||
@@ -23,6 +23,4 @@ ARM_INSTRUCTION_SET:armv6 = "arm"
|
|||||||
COMPATIBLE_HOST:libc-musl:class-target = "null"
|
COMPATIBLE_HOST:libc-musl:class-target = "null"
|
||||||
|
|
||||||
PV = "2.37"
|
PV = "2.37"
|
||||||
# remove at next version upgrade or when output changes
|
|
||||||
PR = "r1"
|
PR = "r1"
|
||||||
HASHEQUIV_HASH_VERSION .= ".1"
|
|
||||||
|
|||||||
@@ -100,9 +100,7 @@ SRC_URI = "git://github.com/xrmx/bootchart.git;branch=master;protocol=https \
|
|||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
SRCREV = "868a2afab9da34f32c007d773b77253c93104636"
|
SRCREV = "868a2afab9da34f32c007d773b77253c93104636"
|
||||||
|
|
||||||
# remove at next version upgrade or when output changes
|
|
||||||
PR = "r1"
|
PR = "r1"
|
||||||
HASHEQUIV_HASH_VERSION .= ".1"
|
|
||||||
|
|
||||||
inherit systemd update-rc.d python3native update-alternatives
|
inherit systemd update-rc.d python3native update-alternatives
|
||||||
|
|
||||||
|
|||||||
@@ -9,9 +9,7 @@ LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
|
|||||||
|
|
||||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=8f3499d09ee74a050c0319391ff9d100"
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=8f3499d09ee74a050c0319391ff9d100"
|
||||||
|
|
||||||
# remove at next version upgrade or when output changes
|
|
||||||
PR = "r1"
|
PR = "r1"
|
||||||
HASHEQUIV_HASH_VERSION .= ".1"
|
|
||||||
|
|
||||||
DEPENDS += "perl"
|
DEPENDS += "perl"
|
||||||
|
|
||||||
|
|||||||
@@ -14,9 +14,6 @@ SRC_URI = "http://www.midnight-commander.org/downloads/${BPN}-${PV}.tar.bz2 \
|
|||||||
"
|
"
|
||||||
SRC_URI[sha256sum] = "ba6b2d8752806ac23fe045c1b081eb66dcefa6159205c79f86c005dcaf9941c1"
|
SRC_URI[sha256sum] = "ba6b2d8752806ac23fe045c1b081eb66dcefa6159205c79f86c005dcaf9941c1"
|
||||||
|
|
||||||
# remove at next version upgrade or when output changes
|
|
||||||
HASHEQUIV_HASH_VERSION .= ".2"
|
|
||||||
|
|
||||||
inherit autotools gettext pkgconfig
|
inherit autotools gettext pkgconfig
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -12,9 +12,6 @@ PR = "r8"
|
|||||||
|
|
||||||
inherit allarch fontcache
|
inherit allarch fontcache
|
||||||
|
|
||||||
# remove at next version upgrade or when output changes
|
|
||||||
HASHEQUIV_HASH_VERSION .= ".1"
|
|
||||||
|
|
||||||
FONT_PACKAGES = "${PN}"
|
FONT_PACKAGES = "${PN}"
|
||||||
|
|
||||||
SRC_URI = "${GNOME_MIRROR}/ttf-bitstream-vera/1.10/ttf-bitstream-vera-${PV}.tar.bz2"
|
SRC_URI = "${GNOME_MIRROR}/ttf-bitstream-vera/1.10/ttf-bitstream-vera-${PV}.tar.bz2"
|
||||||
|
|||||||
@@ -14,8 +14,6 @@ SOURCE_DATE_EPOCH = "1613559011"
|
|||||||
|
|
||||||
PE = "1"
|
PE = "1"
|
||||||
PR = "r4"
|
PR = "r4"
|
||||||
# remove at next version upgrade or when output changes
|
|
||||||
HASHEQUIV_HASH_VERSION .= ".1"
|
|
||||||
|
|
||||||
inherit allarch features_check
|
inherit allarch features_check
|
||||||
|
|
||||||
|
|||||||
@@ -13,9 +13,6 @@ SRC_URI = "git://github.com/smuellerDD/jitterentropy-library.git;branch=master;p
|
|||||||
SRCREV = "4544e11320138ac02797af81766f4476a71bb09f"
|
SRCREV = "4544e11320138ac02797af81766f4476a71bb09f"
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
# remove at next version upgrade or when output changes
|
|
||||||
HASHEQUIV_HASH_VERSION .= ".2"
|
|
||||||
|
|
||||||
do_configure[noexec] = "1"
|
do_configure[noexec] = "1"
|
||||||
|
|
||||||
LDFLAGS += "-Wl,-O0"
|
LDFLAGS += "-Wl,-O0"
|
||||||
|
|||||||
Reference in New Issue
Block a user