From 763c44e30c20ebcd4199d41fa76dae3d3b4ec5c3 Mon Sep 17 00:00:00 2001 From: wangmy Date: Mon, 10 Jan 2022 22:07:00 +0800 Subject: [PATCH] diffoscope: upgrade 196 -> 199 Changelog: ========= * Support both variants of "odt2txt", including the one provided by unoconv. (Closes: reproducible-builds/diffoscope#298) * Add external tool reference on Arch Linux for xb-tool. Signed-off-by: Wang Mingyu Signed-off-by: Richard Purdie --- .../diffoscope/{diffoscope_196.bb => diffoscope_199.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/diffoscope/{diffoscope_196.bb => diffoscope_199.bb} (92%) diff --git a/meta/recipes-support/diffoscope/diffoscope_196.bb b/meta/recipes-support/diffoscope/diffoscope_199.bb similarity index 92% rename from meta/recipes-support/diffoscope/diffoscope_196.bb rename to meta/recipes-support/diffoscope/diffoscope_199.bb index 62a1561a0d..3645ff1e6e 100644 --- a/meta/recipes-support/diffoscope/diffoscope_196.bb +++ b/meta/recipes-support/diffoscope/diffoscope_199.bb @@ -12,7 +12,7 @@ PYPI_PACKAGE = "diffoscope" inherit pypi setuptools3 -SRC_URI[sha256sum] = "d31fd0d8ac58d41cc111ef6a3bb0007f5f52543b932bf93584bdd0dfe029e626" +SRC_URI[sha256sum] = "7b07b8ff34e5fe0e57acc8b02bcb9303ae254c40f357fb7ed805e9f9f7c7686f" RDEPENDS:${PN} += "binutils vim squashfs-tools python3-libarchive-c python3-magic python3-rpm" -- 2.40.1