summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/diffoscope/diffoscope_148.bb
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2020-06-26 09:18:36 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-06-28 08:24:20 +0100
commit3a551dff6f75f1abedd22f0c96062441ec4e80b6 (patch)
treededde5c153193def601dd184228813084973bc9c /meta/recipes-support/diffoscope/diffoscope_148.bb
parent27049dc744d95ecbe94b5b901bebcad0b20abd78 (diff)
downloadopenembedded-core-3a551dff6f75f1abedd22f0c96062441ec4e80b6.tar.gz
diffoscope: upgrade 147 -> 148
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/diffoscope/diffoscope_148.bb')
-rw-r--r--meta/recipes-support/diffoscope/diffoscope_148.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/meta/recipes-support/diffoscope/diffoscope_148.bb b/meta/recipes-support/diffoscope/diffoscope_148.bb
new file mode 100644
index 0000000000..8b81ce12fd
--- /dev/null
+++ b/meta/recipes-support/diffoscope/diffoscope_148.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] = "54e39043226045419ba37f9b7aae4b96939f5ec16f37c44cc102e3d3f8e9ab1b"
+
+RDEPENDS_${PN} += "binutils vim squashfs-tools python3-libarchive-c python3-magic"
+
+# Dependencies don't build for musl
+COMPATIBLE_HOST_libc-musl = 'null'
+
+BBCLASSEXTEND = "native"