From f5b894a4f992ade29dad426075ab4aa3218d12a0 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 12 Nov 2024 17:23:59 +0800 Subject: [PATCH] diffoscope: upgrade 277 -> 283 Changelog: ========== * Fix crash when objdump is missing when checking .EFI files. * Ignore errors when listing .ar archives. * Update copyright years. * Don't try and test with systemd-ukify within Debian stable. * Add support for UKI files. * Drop Depends on deprecated python3-pkg-resources. * Drop removal of calculated basename from readelf output. * Temporarily remove procyon-decompiler from Build-Depends as it was removed from testing * Add a helpful contextual message to the output if comparing Debian .orig tarballs within .dsc files without the ability to "fuzzy-match" away the leading directory. * Correctly invert "X% similar" value and do not emit "100% similar". * Update copyright years. (From OE-Core rev: 8bd657763c66b56446665f5568e0e900a82db0f9) Signed-off-by: Wang Mingyu Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- .../diffoscope/{diffoscope_277.bb => diffoscope_283.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/diffoscope/{diffoscope_277.bb => diffoscope_283.bb} (93%) diff --git a/meta/recipes-support/diffoscope/diffoscope_277.bb b/meta/recipes-support/diffoscope/diffoscope_283.bb similarity index 93% rename from meta/recipes-support/diffoscope/diffoscope_277.bb rename to meta/recipes-support/diffoscope/diffoscope_283.bb index f609e607f3..27aeaaa7b6 100644 --- a/meta/recipes-support/diffoscope/diffoscope_277.bb +++ b/meta/recipes-support/diffoscope/diffoscope_283.bb @@ -12,7 +12,7 @@ PYPI_PACKAGE = "diffoscope" inherit pypi setuptools3 -SRC_URI[sha256sum] = "d2d4236d7b72be8344b0c7a19506350a7b17d316bcd79d7bfc113e10400b0e10" +SRC_URI[sha256sum] = "0469ff70e1f37b5e96496f5e3c88dbafcf03fafff409a90601ed84febc31c543" RDEPENDS:${PN} += "\ binutils \