binutils: upgrade 2.35 -> 2.35.1

(From OE-Core rev: cff69ee95a6ab49e6c6c1b1b2435e479e526c2c9)

Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Wang Mingyu
2021-01-12 12:01:57 +08:00
committed by Richard Purdie
parent da5e394782
commit 21eb51e2a8
6 changed files with 3 additions and 3 deletions

View File

@@ -16,15 +16,15 @@ def binutils_branch_version(d):
# When upgrading to 2.35, please make sure there is no trailing .0, so
# that upstream version check can work correctly.
PV = "2.35"
CVE_VERSION = "2.35"
PV = "2.35.1"
CVE_VERSION = "2.35.1"
BINUPV = "${@binutils_branch_version(d)}"
#BRANCH = "binutils-${BINUPV}-branch"
BRANCH ?= "binutils-2_35-branch"
UPSTREAM_CHECK_GITTAGREGEX = "binutils-(?P<pver>\d+_(\d_?)*)"
SRCREV ?= "89a9065674a14a8bd94bb326b27d19a2f3583efb"
SRCREV ?= "7e46a74aa3713c563940960e361e08defda019c2"
BINUTILS_GIT_URI ?= "git://sourceware.org/git/binutils-gdb.git;branch=${BRANCH};protocol=git"
SRC_URI = "\
${BINUTILS_GIT_URI} \