summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/elfutils/elfutils_0.191.bb
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2025-08-22 00:43:05 +0200
committerSteve Sakoman <steve@sakoman.com>2025-09-01 08:30:56 -0700
commitcb17b874de640dfe135401c324c9e74c103e8ce5 (patch)
tree26fa4f8a7991510f96e69e00c9396fdaaaae6ba4 /meta/recipes-devtools/elfutils/elfutils_0.191.bb
parente2e54e0354ed375a18bcc0758b7edb395b9a68bd (diff)
downloadpoky-cb17b874de640dfe135401c324c9e74c103e8ce5.tar.gz
elfutils: fix build with gcc-15
(From OE-Core rev: ece06774fd1c261c333f61779579614e0b40b927) Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta/recipes-devtools/elfutils/elfutils_0.191.bb')
-rw-r--r--meta/recipes-devtools/elfutils/elfutils_0.191.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/elfutils/elfutils_0.191.bb b/meta/recipes-devtools/elfutils/elfutils_0.191.bb
index bab3d94d12..fcb91e41aa 100644
--- a/meta/recipes-devtools/elfutils/elfutils_0.191.bb
+++ b/meta/recipes-devtools/elfutils/elfutils_0.191.bb
@@ -27,6 +27,7 @@ SRC_URI = "https://sourceware.org/elfutils/ftp/${PV}/${BP}.tar.bz2 \
27 file://CVE-2025-1365.patch \ 27 file://CVE-2025-1365.patch \
28 file://CVE-2025-1372.patch \ 28 file://CVE-2025-1372.patch \
29 file://CVE-2025-1371.patch \ 29 file://CVE-2025-1371.patch \
30 file://0007-Fix-build-with-gcc-15.patch \
30 " 31 "
31SRC_URI:append:libc-musl = " \ 32SRC_URI:append:libc-musl = " \
32 file://0003-musl-utils.patch \ 33 file://0003-musl-utils.patch \