From e75c13b5e7ddf52b06e2d5b89790c8571e7b4ea0 Mon Sep 17 00:00:00 2001 From: Anuj Mittal Date: Thu, 18 Feb 2021 12:24:09 +0800 Subject: diffoscope: upgrade 164 -> 166 Signed-off-by: Anuj Mittal Signed-off-by: Richard Purdie --- meta/recipes-support/diffoscope/diffoscope_164.bb | 17 ----------------- meta/recipes-support/diffoscope/diffoscope_166.bb | 17 +++++++++++++++++ 2 files changed, 17 insertions(+), 17 deletions(-) delete mode 100644 meta/recipes-support/diffoscope/diffoscope_164.bb create mode 100644 meta/recipes-support/diffoscope/diffoscope_166.bb diff --git a/meta/recipes-support/diffoscope/diffoscope_164.bb b/meta/recipes-support/diffoscope/diffoscope_164.bb deleted file mode 100644 index 7707c441ca..0000000000 --- a/meta/recipes-support/diffoscope/diffoscope_164.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] = "bc269a39ec72261d9fead55bd951f6cbbe3d2ccce1481f974665999a5b141fff" - -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_166.bb b/meta/recipes-support/diffoscope/diffoscope_166.bb new file mode 100644 index 0000000000..14c95fe5af --- /dev/null +++ b/meta/recipes-support/diffoscope/diffoscope_166.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] = "20d0b4091ae535dc7d094bf5f366e0687e0b4337a268254b11925b8e7c9ea9c4" + +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