summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support
diff options
context:
space:
mode:
authorJoshua Watt <JPEWhacker@gmail.com>2021-01-15 07:54:54 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-01-16 22:39:35 +0000
commite9bd99fe385b73b1607f41ff22132572e8a8264b (patch)
tree42d804abd883a1490ba0bc36b85b4ba663bdfc8e /meta/recipes-support
parentca608639f8c22e9a1e1e13be545dc8d6f96ee267 (diff)
downloadpoky-e9bd99fe385b73b1607f41ff22132572e8a8264b.tar.gz
diffoscope: upgrade 163 -> 164
[ Chris Lamb ] * Truncate jsondiff differences at 512 bytes lest they consume the entire page. * Wrap our external call to cmp(1) with a profile (to match the internal profiling). * Add a note regarding the specific ordering of the new all_tools_are_listed test. [ Dimitrios Apostolou ] * Performance improvements: - Improve speed of has_same_content by spawning cmp(1) less frequently. - Log whenever the external cmp(1) command is spawn.ed - Avoid invoking external diff for identical, short outputs. * Rework handling of temporary files: - Clean up temporary directories as we go along, instead of at the end. - Delete FIFO files when the FIFO feeder's context manager exits. [ Mattia Rizzolo ] * Fix a number of potential crashes in --list-debian-substvars, including explicitly listing lipo and otool as external tools. - Remove redundant code and let object destructors clean up after themselves. [ Conrad Ratschan ] * Add a comparator for Flattened Image Trees (FIT) files, a boot image format used by U-Boot. (From OE-Core rev: 65feaffe9857029fa230935cb0c3e8e6f2815776) Signed-off-by: Joshua Watt <JPEWhacker@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r--meta/recipes-support/diffoscope/diffoscope_164.bb (renamed from meta/recipes-support/diffoscope/diffoscope_163.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/diffoscope/diffoscope_163.bb b/meta/recipes-support/diffoscope/diffoscope_164.bb
index 2b66d628fd..7707c441ca 100644
--- a/meta/recipes-support/diffoscope/diffoscope_163.bb
+++ b/meta/recipes-support/diffoscope/diffoscope_164.bb
@@ -7,7 +7,7 @@ PYPI_PACKAGE = "diffoscope"
7 7
8inherit pypi setuptools3 8inherit pypi setuptools3
9 9
10SRC_URI[sha256sum] = "1afeea6e383bdd2626a9e9b827ff487723c0de581d9f9f4d4f5fc9b65728662a" 10SRC_URI[sha256sum] = "bc269a39ec72261d9fead55bd951f6cbbe3d2ccce1481f974665999a5b141fff"
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