diff options
author | Deepthi Hemraj <Deepthi.Hemraj@windriver.com> | 2024-09-24 23:34:23 -0700 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2024-10-07 05:43:22 -0700 |
commit | d0eef85d3354cfdc1b31e645c785e5b5eb4fa581 (patch) | |
tree | e996cb75a65b3b94b0f52d732d212866531ecc39 | |
parent | 4dd79206e6786b3897185485daf9a785780f7a1f (diff) | |
download | poky-d0eef85d3354cfdc1b31e645c785e5b5eb4fa581.tar.gz |
bintuils: stable 2.38 branch update
Below commit on binutils-2.38 stable branch are updated.
4d71e17a9fd libctf: fix ref leak of names of newly-inserted non-root-visible types
(From OE-Core rev: 98517fbc5bbddbe8608b41a7771eb7d90d7860a7)
Signed-off-by: Deepthi Hemraj <Deepthi.Hemraj@windriver.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
-rw-r--r-- | meta/recipes-devtools/binutils/binutils-2.38.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/binutils/binutils-2.38.inc b/meta/recipes-devtools/binutils/binutils-2.38.inc index 4a8831b534..032e67a213 100644 --- a/meta/recipes-devtools/binutils/binutils-2.38.inc +++ b/meta/recipes-devtools/binutils/binutils-2.38.inc | |||
@@ -18,7 +18,7 @@ SRCBRANCH ?= "binutils-2_38-branch" | |||
18 | 18 | ||
19 | UPSTREAM_CHECK_GITTAGREGEX = "binutils-(?P<pver>\d+_(\d_?)*)" | 19 | UPSTREAM_CHECK_GITTAGREGEX = "binutils-(?P<pver>\d+_(\d_?)*)" |
20 | 20 | ||
21 | SRCREV ?= "ea5fe5d01e5a182ee7a0eddb54a702109a9f5931" | 21 | SRCREV ?= "4d71e17a9fd8d319359ded891eb3034a2325d4c0" |
22 | BINUTILS_GIT_URI ?= "git://sourceware.org/git/binutils-gdb.git;branch=${SRCBRANCH};protocol=git" | 22 | BINUTILS_GIT_URI ?= "git://sourceware.org/git/binutils-gdb.git;branch=${SRCBRANCH};protocol=git" |
23 | SRC_URI = "\ | 23 | SRC_URI = "\ |
24 | ${BINUTILS_GIT_URI} \ | 24 | ${BINUTILS_GIT_URI} \ |