summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/diffoscope/diffoscope_168.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2021-04-04 13:48:41 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-04-06 09:30:10 +0100
commit82d7dc9709bb2cc85a42b168bdd25ab70e763bee (patch)
tree7130c3b1295124d3a3bba97b50815ec2c4416f3b /meta/recipes-support/diffoscope/diffoscope_168.bb
parent855fbb6f99655384bae413b2fe4909fd003fa866 (diff)
downloadpoky-82d7dc9709bb2cc85a42b168bdd25ab70e763bee.tar.gz
diffoscope: Upgrade 168 -> 172
In particular 170 includes rpm header fixes which stop the webpages for rpm diffs breaking web browsers and are important in the context of the autobuilder. (From OE-Core rev: 275738c3f2116de9b812b46e00d80b4de6975d7f) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/diffoscope/diffoscope_168.bb')
-rw-r--r--meta/recipes-support/diffoscope/diffoscope_168.bb29
1 files changed, 0 insertions, 29 deletions
diff --git a/meta/recipes-support/diffoscope/diffoscope_168.bb b/meta/recipes-support/diffoscope/diffoscope_168.bb
deleted file mode 100644
index a7cfdf9ffb..0000000000
--- a/meta/recipes-support/diffoscope/diffoscope_168.bb
+++ /dev/null
@@ -1,29 +0,0 @@
1SUMMARY = "in-depth comparison of files, archives, and directories"
2DESCRIPTION = "Tries to get to the bottom of what makes files or directories \
3different. It will recursively unpack archives of many kinds and transform \
4various binary formats into more human-readable form to compare them. \
5It can compare two tarballs, ISO images, or PDF just as easily."
6HOMEPAGE = "https://diffoscope.org/"
7BUGTRACKER = "https://salsa.debian.org/reproducible-builds/diffoscope/-/issues"
8LICENSE = "GPL-3.0+"
9LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
10
11PYPI_PACKAGE = "diffoscope"
12
13inherit pypi setuptools3
14
15SRC_URI[sha256sum] = "c6f1dc3e75b7e2e5ceac4f857fbd2ee0ddb3f0169c2b39ea9187af34208e98de"
16
17RDEPENDS_${PN} += "binutils vim squashfs-tools python3-libarchive-c python3-magic python3-rpm"
18
19# Dependencies don't build for musl
20COMPATIBLE_HOST_libc-musl = 'null'
21
22do_install_append_class-native() {
23 create_wrapper ${D}${bindir}/diffoscope \
24 MAGIC=${STAGING_DIR_NATIVE}${datadir_native}/misc/magic.mgc \
25 RPM_CONFIGDIR=${STAGING_LIBDIR_NATIVE}/rpm \
26 RPM_ETCCONFIGDIR=${STAGING_DIR_NATIVE}
27}
28
29BBCLASSEXTEND = "native"