mirror of
https://git.yoctoproject.org/poky
synced 2026-04-05 08:02:25 +02:00
binutils: upgrade 2.43 -> 2.43.1
(From OE-Core rev: e6de2ce7a2e5e0b28288a17282268c9c896f64ba) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
e1555ba6f2
commit
0a1aaa0744
@@ -12,15 +12,15 @@ LIC_FILES_CHKSUM="\
|
||||
|
||||
# When upgrading to next major release, ensure that there is no trailing .0, so
|
||||
# that upstream version check can work correctly.
|
||||
PV = "2.43"
|
||||
CVE_VERSION = "2.43"
|
||||
PV = "2.43.1"
|
||||
CVE_VERSION = "2.43.1"
|
||||
SRCBRANCH ?= "binutils-2_43-branch"
|
||||
|
||||
UPSTREAM_CHECK_GITTAGREGEX = "binutils-(?P<pver>\d+_(\d_?)*)"
|
||||
|
||||
CVE_STATUS[CVE-2023-25584] = "cpe-incorrect: Applies only for version 2.40 and earlier"
|
||||
|
||||
SRCREV ?= "2fbb863136724cfef2fc2f4c2b7f51be36f132c7"
|
||||
SRCREV ?= "beb2cdbcda911764b2bed5e57921fe90493260bd"
|
||||
BINUTILS_GIT_URI ?= "git://sourceware.org/git/binutils-gdb.git;branch=${SRCBRANCH};protocol=https"
|
||||
SRC_URI = "\
|
||||
${BINUTILS_GIT_URI} \
|
||||
Reference in New Issue
Block a user