summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/diffoscope/diffoscope_144.bb
diff options
context:
space:
mode:
authorJoshua Watt <JPEWhacker@gmail.com>2020-05-21 10:22:59 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-05-24 23:55:31 +0100
commit75e89667c973c18a9794167cb5c357f6464cc63a (patch)
tree5283e4798af3d20c8ade864a082a874d924d06b2 /meta/recipes-support/diffoscope/diffoscope_144.bb
parente406fcb6c609a0d2456d7da0d2406d2d9fa52dd2 (diff)
downloadopenembedded-core-75e89667c973c18a9794167cb5c357f6464cc63a.tar.gz
diffoscope: upgrade 143 -> 144
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_144.bb')
-rw-r--r--meta/recipes-support/diffoscope/diffoscope_144.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/meta/recipes-support/diffoscope/diffoscope_144.bb b/meta/recipes-support/diffoscope/diffoscope_144.bb
new file mode 100644
index 0000000000..3a877cae15
--- /dev/null
+++ b/meta/recipes-support/diffoscope/diffoscope_144.bb
@@ -0,0 +1,18 @@
+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"