mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 01:19:52 +00:00
binutils: upgrade 2.35 -> 2.35.1
(From OE-Core rev: fbb752ea3b815d9a9475d4cbf7070a12ebea48e8) Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit cff69ee95a6ab49e6c6c1b1b2435e479e526c2c9) Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
2632e00c4d
commit
0f87a1f6bb
+3
-3
@@ -16,15 +16,15 @@ def binutils_branch_version(d):
|
|||||||
|
|
||||||
# When upgrading to 2.35, please make sure there is no trailing .0, so
|
# When upgrading to 2.35, please make sure there is no trailing .0, so
|
||||||
# that upstream version check can work correctly.
|
# that upstream version check can work correctly.
|
||||||
PV = "2.35"
|
PV = "2.35.1"
|
||||||
CVE_VERSION = "2.35"
|
CVE_VERSION = "2.35.1"
|
||||||
BINUPV = "${@binutils_branch_version(d)}"
|
BINUPV = "${@binutils_branch_version(d)}"
|
||||||
#BRANCH = "binutils-${BINUPV}-branch"
|
#BRANCH = "binutils-${BINUPV}-branch"
|
||||||
BRANCH ?= "binutils-2_35-branch"
|
BRANCH ?= "binutils-2_35-branch"
|
||||||
|
|
||||||
UPSTREAM_CHECK_GITTAGREGEX = "binutils-(?P<pver>\d+_(\d_?)*)"
|
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"
|
BINUTILS_GIT_URI ?= "git://sourceware.org/git/binutils-gdb.git;branch=${BRANCH};protocol=git"
|
||||||
SRC_URI = "\
|
SRC_URI = "\
|
||||||
${BINUTILS_GIT_URI} \
|
${BINUTILS_GIT_URI} \
|
||||||
Reference in New Issue
Block a user