diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2024-06-21 10:16:30 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-06-25 11:49:54 +0100 |
commit | c390768293faafc0aa0c991a26f2634aa91b1a7b (patch) | |
tree | 399ac183fa6eafea9980858f7057728a79af09cd | |
parent | 2ab2ea47359553de184e6c8d78974a96b1f10607 (diff) | |
download | openembedded-core-c390768293faafc0aa0c991a26f2634aa91b1a7b.tar.gz |
diffoscope: upgrade 267 -> 271
Changelog:
===========
* Drop Build-Depends on liblz4-tool. Thanks, Chris Peterson.
* Update tests to support zipdetails version 4.004 shipped with Perl 5.40.
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
-rw-r--r-- | meta/recipes-support/diffoscope/diffoscope_271.bb (renamed from meta/recipes-support/diffoscope/diffoscope_267.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/diffoscope/diffoscope_267.bb b/meta/recipes-support/diffoscope/diffoscope_271.bb index 69bad508cd..a8443183ec 100644 --- a/meta/recipes-support/diffoscope/diffoscope_267.bb +++ b/meta/recipes-support/diffoscope/diffoscope_271.bb @@ -12,7 +12,7 @@ PYPI_PACKAGE = "diffoscope" inherit pypi setuptools3 -SRC_URI[sha256sum] = "c0a807aa66e18eae88c1adca28988675c9749d3ad1a8db3d2eb7e2afb8763568" +SRC_URI[sha256sum] = "7690f284a84a866c6f89fa5bb33a867574417ee1c5f2c6d49655cd3761d0fe2c" RDEPENDS:${PN} += "\ binutils \ |