From 6b4299df5d86ba079e7525ad09def756359b9502 Mon Sep 17 00:00:00 2001 From: Pierre-Jean Texier Date: Tue, 2 Jun 2020 23:14:45 +0200 Subject: diffoscope: upgrade 144 -> 146 See full changelog https://diffoscope.org/news/diffoscope-146-released/ (From OE-Core rev: 942a02154c6b20a5cce583607b6f36bb7657ef0d) Signed-off-by: Pierre-Jean Texier Signed-off-by: Richard Purdie --- meta/recipes-support/diffoscope/diffoscope_144.bb | 18 ------------------ meta/recipes-support/diffoscope/diffoscope_146.bb | 17 +++++++++++++++++ 2 files changed, 17 insertions(+), 18 deletions(-) delete mode 100644 meta/recipes-support/diffoscope/diffoscope_144.bb create mode 100644 meta/recipes-support/diffoscope/diffoscope_146.bb (limited to 'meta/recipes-support') diff --git a/meta/recipes-support/diffoscope/diffoscope_144.bb b/meta/recipes-support/diffoscope/diffoscope_144.bb deleted file mode 100644 index 3a877cae15..0000000000 --- a/meta/recipes-support/diffoscope/diffoscope_144.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] = "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" diff --git a/meta/recipes-support/diffoscope/diffoscope_146.bb b/meta/recipes-support/diffoscope/diffoscope_146.bb new file mode 100644 index 0000000000..a3402d42d8 --- /dev/null +++ b/meta/recipes-support/diffoscope/diffoscope_146.bb @@ -0,0 +1,17 @@ +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[sha256sum] = "a031605c043577c908052763e49b0bd9c1d4d8a169eaf41364900ff1d9566ee2" + +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 v1.2.3-54-g00ecf