From: Wang Mingyu Date: Tue, 19 Dec 2023 07:39:14 +0000 (+0800) Subject: diffoscope: upgrade 252 -> 253 X-Git-Tag: uninative-4.4~646 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6452368935b103a39ed7c603bf763b3877544008;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git diffoscope: upgrade 252 -> 253 Changelog: ============ * Improve DOS/MBR extraction by adding support for 7z. * Process objdump symbol comment filter inputs as the Python "bytes" type (and not str). * Add a missing RequiredToolNotFound import. * Update copyright years. Signed-off-by: Wang Mingyu Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-support/diffoscope/diffoscope_252.bb b/meta/recipes-support/diffoscope/diffoscope_253.bb similarity index 93% rename from meta/recipes-support/diffoscope/diffoscope_252.bb rename to meta/recipes-support/diffoscope/diffoscope_253.bb index 86dc85df83b..a1fc63efc34 100644 --- a/meta/recipes-support/diffoscope/diffoscope_252.bb +++ b/meta/recipes-support/diffoscope/diffoscope_253.bb @@ -12,7 +12,7 @@ PYPI_PACKAGE = "diffoscope" inherit pypi setuptools3 -SRC_URI[sha256sum] = "e268384fa484f3dd8a936da626e6ef1b231dcb286d09a360f37548637f8dd46d" +SRC_URI[sha256sum] = "ca3d826b691f4998d6de28a016b3555d56a7283b97ad92944ce643ea6e7eb614" RDEPENDS:${PN} += "\ binutils \