summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/diffoscope/diffoscope_158.bb
diff options
context:
space:
mode:
authorJoshua Watt <JPEWhacker@gmail.com>2020-09-01 13:57:07 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-09-02 16:00:40 +0100
commit017aff2bc127cad6c9d0f6feefc2e200a06efec2 (patch)
tree2dbd2dda39ac138ac82f1b9b210e471b2744c1bb /meta/recipes-support/diffoscope/diffoscope_158.bb
parent29949cd7cf3a660fb3bcf251f5127a4cdb2804ec (diff)
downloadopenembedded-core-contrib-017aff2bc127cad6c9d0f6feefc2e200a06efec2.tar.gz
diffoscope: upgrade 156 -> 158
Signed-off-by: Joshua Watt <JPEWhacker@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/diffoscope/diffoscope_158.bb')
-rw-r--r--meta/recipes-support/diffoscope/diffoscope_158.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/meta/recipes-support/diffoscope/diffoscope_158.bb b/meta/recipes-support/diffoscope/diffoscope_158.bb
new file mode 100644
index 0000000000..9b00e22e23
--- /dev/null
+++ b/meta/recipes-support/diffoscope/diffoscope_158.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] = "54e6d074a783c742b18b18a63328ac6821f4bedbb3d721a5d6af6ccb5d4fe6b2"
+
+RDEPENDS_${PN} += "binutils vim squashfs-tools python3-libarchive-c python3-magic"
+
+# Dependencies don't build for musl
+COMPATIBLE_HOST_libc-musl = 'null'
+
+BBCLASSEXTEND = "native"