From 75e89667c973c18a9794167cb5c357f6464cc63a Mon Sep 17 00:00:00 2001 From: Joshua Watt Date: Thu, 21 May 2020 10:22:59 -0500 Subject: diffoscope: upgrade 143 -> 144 Signed-off-by: Joshua Watt Signed-off-by: Richard Purdie --- meta/recipes-support/diffoscope/diffoscope_143.bb | 18 ------------------ meta/recipes-support/diffoscope/diffoscope_144.bb | 18 ++++++++++++++++++ 2 files changed, 18 insertions(+), 18 deletions(-) delete mode 100644 meta/recipes-support/diffoscope/diffoscope_143.bb create mode 100644 meta/recipes-support/diffoscope/diffoscope_144.bb diff --git a/meta/recipes-support/diffoscope/diffoscope_143.bb b/meta/recipes-support/diffoscope/diffoscope_143.bb deleted file mode 100644 index 4ba3832d10..0000000000 --- a/meta/recipes-support/diffoscope/diffoscope_143.bb +++ /dev/null @@ -1,18 +0,0 @@ -SUMMARY = "in-depth comparison of files, archives, and directories" -HOMEPAGE = "https://diffoscope.org/" -LICENSE = "GPL-3.0+" -LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" - -PYPI_PACKAGE = "diffoscope" - -inherit pypi setuptools3 - -SRC_URI[md5sum] = "a86cf8467a5dec99832d5c082928f937" -SRC_URI[sha256sum] = "a1fb4dd97af92bb8ce275d1caf465971726919e28efe5f043bd3ea9afb50574a" - -RDEPENDS_${PN} += "binutils vim squashfs-tools python3-libarchive-c python3-magic" - -# Dependencies don't build for musl -COMPATIBLE_HOST_libc-musl = 'null' - -BBCLASSEXTEND = "native" diff --git a/meta/recipes-support/diffoscope/diffoscope_144.bb b/meta/recipes-support/diffoscope/diffoscope_144.bb new file mode 100644 index 0000000000..3a877cae15 --- /dev/null +++ b/meta/recipes-support/diffoscope/diffoscope_144.bb @@ -0,0 +1,18 @@ +SUMMARY = "in-depth comparison of files, archives, and directories" +HOMEPAGE = "https://diffoscope.org/" +LICENSE = "GPL-3.0+" +LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" + +PYPI_PACKAGE = "diffoscope" + +inherit pypi setuptools3 + +SRC_URI[md5sum] = "4ee9d1a36086caa31ccbc6300ad31652" +SRC_URI[sha256sum] = "9a45464b7b7184fa1ad2af9c52ebac8f00b3dd5dcf9e15dfc00c653c26fcc345" + +RDEPENDS_${PN} += "binutils vim squashfs-tools python3-libarchive-c python3-magic" + +# Dependencies don't build for musl +COMPATIBLE_HOST_libc-musl = 'null' + +BBCLASSEXTEND = "native" -- cgit 1.2.3-korg