mirror of
https://git.yoctoproject.org/poky
synced 2026-07-02 17:13:39 +02:00
grub/glibc: Bump versions to resolve hashequiv/reproducibility issues
After the gawk dependency change, we need to change PR/hashequiv version to replace the corrupted sstate/hashequiv data. (From OE-Core rev: a455b21f9170b3f2d74763b5bf99625dbda81ff9) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit f0f7632595792a73ea0a935b924e8bdf9954ec7b) Signed-off-by: Yoann Congal <yoann.congal@smile.fr> Signed-off-by: Paul Barker <paul@pbarker.dev>
This commit is contained in:
committed by
Paul Barker
parent
1c5f26e47e
commit
09e4ebfa59
@@ -44,6 +44,10 @@ SRC_URI = "${GNU_MIRROR}/grub/grub-${PV}.tar.gz \
|
||||
file://CVE-2025-61663_61664.patch \
|
||||
"
|
||||
|
||||
# remove at next version upgrade or when output changes
|
||||
PR = "r1"
|
||||
HASHEQUIV_HASH_VERSION .= ".1"
|
||||
|
||||
SRC_URI[sha256sum] = "b30919fa5be280417c17ac561bb1650f60cfb80cc6237fa1e2b6f56154cb9c91"
|
||||
|
||||
CVE_STATUS[CVE-2019-14865] = "not-applicable-platform: applies only to RHEL"
|
||||
|
||||
@@ -3,6 +3,10 @@ require glibc-ld.inc
|
||||
|
||||
DEPENDS = "virtual/${HOST_PREFIX}gcc virtual/${HOST_PREFIX}binutils libgcc-initial linux-libc-headers gawk-replacement-native"
|
||||
|
||||
# remove at next version upgrade or when output changes
|
||||
PR = "r1"
|
||||
HASHEQUIV_HASH_VERSION .= ".1"
|
||||
|
||||
PROVIDES = "virtual/libc"
|
||||
PROVIDES += "virtual/libintl virtual/libiconv"
|
||||
inherit autotools texinfo systemd
|
||||
|
||||
Reference in New Issue
Block a user