summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/diffoscope/diffoscope_136.bb
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2020-05-03 18:25:49 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-05-05 13:19:54 +0100
commit8041bc55f4bfe7958c97afe5d22d4493f118a6ac (patch)
tree2325a7401d2596087ec02a867c08570fffeba9bb /meta/recipes-support/diffoscope/diffoscope_136.bb
parent9f52f5b7350a6eae9bb4c0bbbe5086ad7f461556 (diff)
downloadpoky-8041bc55f4bfe7958c97afe5d22d4493f118a6ac.tar.gz
diffoscope: update to 143
(From OE-Core rev: b318cc76f84bf90687a8a603a8fb1e3d3a6803b0) 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_136.bb')
-rw-r--r--meta/recipes-support/diffoscope/diffoscope_136.bb18
1 files changed, 0 insertions, 18 deletions
diff --git a/meta/recipes-support/diffoscope/diffoscope_136.bb b/meta/recipes-support/diffoscope/diffoscope_136.bb
deleted file mode 100644
index 3e3e1dfc00..0000000000
--- a/meta/recipes-support/diffoscope/diffoscope_136.bb
+++ /dev/null
@@ -1,18 +0,0 @@
1SUMMARY = "in-depth comparison of files, archives, and directories"
2HOMEPAGE = "https://diffoscope.org/"
3LICENSE = "GPL-3.0+"
4LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
5
6PYPI_PACKAGE = "diffoscope"
7
8inherit pypi setuptools3
9
10SRC_URI[md5sum] = "c84d8d308a40176ba2f5dc4abdbf6f73"
11SRC_URI[sha256sum] = "0d6486d6eb6e0445ba21fee2e8bdd3a366ce786bfac98e00e5a95038b7815f15"
12
13RDEPENDS_${PN} += "binutils vim squashfs-tools python3-libarchive-c python3-magic"
14
15# Dependencies don't build for musl
16COMPATIBLE_HOST_libc-musl = 'null'
17
18BBCLASSEXTEND = "native"