diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2024-12-23 17:10:44 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-12-24 13:49:27 +0000 |
commit | 8104a972114994c0834284d64ec5ffe2d117462e (patch) | |
tree | 73968ef54c56b402f1848e7d3f0667334d62572c /meta | |
parent | 284a08b6e40761f462da986a6bf11c7bd43d20aa (diff) | |
download | poky-8104a972114994c0834284d64ec5ffe2d117462e.tar.gz |
diffoscope: upgrade 283 -> 284
Changelog:
=========
* Simplify tests_quines.py::test_{differences,differences_deb} to use
assert_diff and not mangle the expected test output.
* Update some tests to support file(1) version 5.46.
(From OE-Core rev: 476ce326937652d99f53f86269e40d305f916837)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-support/diffoscope/diffoscope_284.bb (renamed from meta/recipes-support/diffoscope/diffoscope_283.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/diffoscope/diffoscope_283.bb b/meta/recipes-support/diffoscope/diffoscope_284.bb index 27aeaaa7b6..77717d4238 100644 --- a/meta/recipes-support/diffoscope/diffoscope_283.bb +++ b/meta/recipes-support/diffoscope/diffoscope_284.bb | |||
@@ -12,7 +12,7 @@ PYPI_PACKAGE = "diffoscope" | |||
12 | 12 | ||
13 | inherit pypi setuptools3 | 13 | inherit pypi setuptools3 |
14 | 14 | ||
15 | SRC_URI[sha256sum] = "0469ff70e1f37b5e96496f5e3c88dbafcf03fafff409a90601ed84febc31c543" | 15 | SRC_URI[sha256sum] = "c672e97ce3e69c229858419e8d368563bb583101a9cfc5eb70e28d441502b1b7" |
16 | 16 | ||
17 | RDEPENDS:${PN} += "\ | 17 | RDEPENDS:${PN} += "\ |
18 | binutils \ | 18 | binutils \ |