From c0b921ef38f4740212b167463c3afa9709e06f53 Mon Sep 17 00:00:00 2001 From: Oleksandr Kravchuk Date: Sun, 26 Jul 2020 21:48:17 +0200 Subject: diffoscope: update to 153 Signed-off-by: Oleksandr Kravchuk Signed-off-by: Richard Purdie --- meta/recipes-support/diffoscope/diffoscope_151.bb | 17 ----------------- meta/recipes-support/diffoscope/diffoscope_153.bb | 17 +++++++++++++++++ 2 files changed, 17 insertions(+), 17 deletions(-) delete mode 100644 meta/recipes-support/diffoscope/diffoscope_151.bb create mode 100644 meta/recipes-support/diffoscope/diffoscope_153.bb (limited to 'meta/recipes-support/diffoscope') diff --git a/meta/recipes-support/diffoscope/diffoscope_151.bb b/meta/recipes-support/diffoscope/diffoscope_151.bb deleted file mode 100644 index 9b39b44350..0000000000 --- a/meta/recipes-support/diffoscope/diffoscope_151.bb +++ /dev/null @@ -1,17 +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[sha256sum] = "f15e04aa537f0a3d91c99bf631c604668f4eea8f6552c5f93ea9be2bf014df84" - -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_153.bb b/meta/recipes-support/diffoscope/diffoscope_153.bb new file mode 100644 index 0000000000..77f5254aec --- /dev/null +++ b/meta/recipes-support/diffoscope/diffoscope_153.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] = "b5104b5e72252df45ba6b7cbb0169e2e3407715b6b063fa5b38a2649b0d719a2" + +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