From: Ankur Tyagi Date: Fri, 7 Nov 2025 08:13:23 +0000 (+1300) Subject: elfutils: upgrade 0.193 -> 0.194 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6887117e6d030392176b7baa707c5d938e8e896d;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git elfutils: upgrade 0.193 -> 0.194 Changelog: * debuginfod-find: Fixed caching bug preventing user-cancelled downloads from being re-downloaded at a later time. * elfclassify: New options --has-debug-sections and --any-ar-member. * elflint: Presence of vendor- and application-specific ELF note types no longer triggers compliance errors. * libdwfl_stacktrace: New function dwflst_sample_getframes. The libdwfl_stacktrace library interface is experimental and may be subject to API/ABI changes. * libelf: Manual pages have been added for many libelf library functions. Additional manual pages are planned for future releases. * readelf: Up to 13% faster when using the -N option. https://sourceware.org/git/?p=elfutils.git;a=blob;f=NEWS;h=922a15cce7163b2bee605a26132d833dc0c29074;hb=eb7f17d5016a75c6fdb6431aff1c1804d8c290e4 Signed-off-by: Ankur Tyagi Signed-off-by: Mathieu Dubois-Briand --- diff --git a/meta/recipes-devtools/elfutils/elfutils_0.193.bb b/meta/recipes-devtools/elfutils/elfutils_0.194.bb similarity index 99% rename from meta/recipes-devtools/elfutils/elfutils_0.193.bb rename to meta/recipes-devtools/elfutils/elfutils_0.194.bb index 85aef7881b4..f7963afcbe1 100644 --- a/meta/recipes-devtools/elfutils/elfutils_0.193.bb +++ b/meta/recipes-devtools/elfutils/elfutils_0.194.bb @@ -24,7 +24,7 @@ SRC_URI = "https://sourceware.org/elfutils/ftp/${PV}/${BP}.tar.bz2 \ SRC_URI:append:libc-musl = " \ file://0003-musl-utils.patch \ " -SRC_URI[sha256sum] = "7857f44b624f4d8d421df851aaae7b1402cfe6bcdd2d8049f15fc07d3dde7635" +SRC_URI[sha256sum] = "09e2ff033d39baa8b388a2d7fbc5390bfde99ae3b7c67c7daaf7433fbcf0f01e" inherit autotools gettext ptest pkgconfig