summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/elfutils/elfutils_0.185.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2021-08-04 22:47:18 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-08-05 17:48:29 +0100
commit671b49e077b11d28a16122c5847a6638957fe2d4 (patch)
treec1c64d4268af4ab2d50949c5ceac40f5fda6ed7c /meta/recipes-devtools/elfutils/elfutils_0.185.bb
parenta15eea5077506111e4167a2361da0306d23543f3 (diff)
downloadpoky-671b49e077b11d28a16122c5847a6638957fe2d4.tar.gz
elfutils: Add patch from upstream for glibc 2.34 ptest fixes
Add a patch being discussed upstream to fix a ptest issue with glibc 2.34. (From OE-Core rev: 8921f2acfd566d2c03cea7bdb9f0b1883994148b) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/elfutils/elfutils_0.185.bb')
-rw-r--r--meta/recipes-devtools/elfutils/elfutils_0.185.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/elfutils/elfutils_0.185.bb b/meta/recipes-devtools/elfutils/elfutils_0.185.bb
index 3e06e7b200..5031ab97e7 100644
--- a/meta/recipes-devtools/elfutils/elfutils_0.185.bb
+++ b/meta/recipes-devtools/elfutils/elfutils_0.185.bb
@@ -22,6 +22,7 @@ SRC_URI = "https://sourceware.org/elfutils/ftp/${PV}/${BP}.tar.bz2 \
22 file://ptest.patch \ 22 file://ptest.patch \
23 file://0001-tests-Makefile.am-compile-test_nlist-with-standard-C.patch \ 23 file://0001-tests-Makefile.am-compile-test_nlist-with-standard-C.patch \
24 file://0001-debuginfod-debuginfod-client.c-correct-string-format.patch \ 24 file://0001-debuginfod-debuginfod-client.c-correct-string-format.patch \
25 file://glibc-2.34-fix.patch \
25 " 26 "
26SRC_URI:append:libc-musl = " \ 27SRC_URI:append:libc-musl = " \
27 file://0002-musl-libs.patch \ 28 file://0002-musl-libs.patch \