summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support
diff options
context:
space:
mode:
authorPierre-Jean Texier <pjtexier@koncepto.io>2020-09-12 21:07:00 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-09-14 00:14:28 +0100
commit602066af708cfe3361d57c91e41c4a4337645ce0 (patch)
treee03abc5cb820044b1aef141b77b9c0ddf141855c /meta/recipes-support
parent45da2fc4f7272366ffc7cde24d9040c919466201 (diff)
downloadpoky-602066af708cfe3361d57c91e41c4a4337645ce0.tar.gz
diffoscope: upgrade 158 -> 160
This includes the following changes: Version 159: * Show "ordering differences only" in strings(1) output. (Closes: reproducible-builds/diffoscope#216) * Don't alias output from "os.path.splitext" to variables that we do not end up using. * Don't raise exceptions when cleaning up after a guestfs cleanup failure. * Make "Command" subclass a new generic Operation class. Version 160: * Check that pgpdump is actually installed before attempting to run it. Thanks to Gianfranco Costamagna (locutusofborg). (Closes: #969753) * Add some documentation for the EXTERNAL_TOOLS dictionary. * Ensure we check FALLBACK_FILE_EXTENSION_SUFFIX, otherwise we run pgpdump against all files that are recognised by file(1) as "data". (From OE-Core rev: 6433feb0705f969923d032cc289e7b210e11aa23) Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r--meta/recipes-support/diffoscope/diffoscope_160.bb (renamed from meta/recipes-support/diffoscope/diffoscope_158.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/diffoscope/diffoscope_158.bb b/meta/recipes-support/diffoscope/diffoscope_160.bb
index 9b00e22e23..2c3da3bbda 100644
--- a/meta/recipes-support/diffoscope/diffoscope_158.bb
+++ b/meta/recipes-support/diffoscope/diffoscope_160.bb
@@ -7,7 +7,7 @@ PYPI_PACKAGE = "diffoscope"
7 7
8inherit pypi setuptools3 8inherit pypi setuptools3
9 9
10SRC_URI[sha256sum] = "54e6d074a783c742b18b18a63328ac6821f4bedbb3d721a5d6af6ccb5d4fe6b2" 10SRC_URI[sha256sum] = "f164b5e74cc11f6238ad8d62c92d3a819fa4c8b618683fc0533e04f21acae6b2"
11 11
12RDEPENDS_${PN} += "binutils vim squashfs-tools python3-libarchive-c python3-magic" 12RDEPENDS_${PN} += "binutils vim squashfs-tools python3-libarchive-c python3-magic"
13 13