From aa897962cb5129714643c73ec6be5566954c9dd0 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Sun, 23 Aug 2020 22:20:04 +0200 Subject: diffoscope: upgrade 153 -> 156 (From OE-Core rev: 9ce0e882347ef3e3daec5201cad37f4ce6aff859) Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- meta/recipes-support/diffoscope/diffoscope_153.bb | 17 ----------------- meta/recipes-support/diffoscope/diffoscope_156.bb | 17 +++++++++++++++++ 2 files changed, 17 insertions(+), 17 deletions(-) delete mode 100644 meta/recipes-support/diffoscope/diffoscope_153.bb create mode 100644 meta/recipes-support/diffoscope/diffoscope_156.bb (limited to 'meta/recipes-support') diff --git a/meta/recipes-support/diffoscope/diffoscope_153.bb b/meta/recipes-support/diffoscope/diffoscope_153.bb deleted file mode 100644 index 77f5254aec..0000000000 --- a/meta/recipes-support/diffoscope/diffoscope_153.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] = "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" diff --git a/meta/recipes-support/diffoscope/diffoscope_156.bb b/meta/recipes-support/diffoscope/diffoscope_156.bb new file mode 100644 index 0000000000..94e6e56d41 --- /dev/null +++ b/meta/recipes-support/diffoscope/diffoscope_156.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] = "428f5d75197c3d9449ffbac52f8d79dd782a7ed67aba759e0452515b2d8e1441" + +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