From 3b04da3a02b746241196f1fe42a9a345212cfc07 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Sun, 4 Apr 2021 13:48:41 +0100 Subject: [PATCH] diffoscope: Upgrade 168 -> 172 In particular 170 includes rpm header fixes which stop the webpages for rpm diffs breaking web browsers and are important in the context of the autobuilder. Signed-off-by: Richard Purdie (cherry picked from commit 275738c3f2116de9b812b46e00d80b4de6975d7f) Signed-off-by: Steve Sakoman --- .../diffoscope/{diffoscope_168.bb => diffoscope_172.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/diffoscope/{diffoscope_168.bb => diffoscope_172.bb} (88%) diff --git a/meta/recipes-support/diffoscope/diffoscope_168.bb b/meta/recipes-support/diffoscope/diffoscope_172.bb similarity index 88% rename from meta/recipes-support/diffoscope/diffoscope_168.bb rename to meta/recipes-support/diffoscope/diffoscope_172.bb index 00a8195c84..eb85d6c854 100644 --- a/meta/recipes-support/diffoscope/diffoscope_168.bb +++ b/meta/recipes-support/diffoscope/diffoscope_172.bb @@ -7,7 +7,7 @@ PYPI_PACKAGE = "diffoscope" inherit pypi setuptools3 -SRC_URI[sha256sum] = "c6f1dc3e75b7e2e5ceac4f857fbd2ee0ddb3f0169c2b39ea9187af34208e98de" +SRC_URI[sha256sum] = "5ffe7f38555c6409bc7e7edc277ed77dd78641fe1306fc38d153dbbe445ddea4" RDEPENDS_${PN} += "binutils vim squashfs-tools python3-libarchive-c python3-magic" -- 2.40.1