diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2023-12-19 15:39:14 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-12-23 08:43:38 +0000 |
commit | 6452368935b103a39ed7c603bf763b3877544008 (patch) | |
tree | b4a982e655e45e82a07aadd86504611cd94f7534 | |
parent | 1bc3e9bbaa670b6128c74c76b4b5264e60ce3463 (diff) | |
download | openembedded-core-6452368935b103a39ed7c603bf763b3877544008.tar.gz |
diffoscope: upgrade 252 -> 253
Changelog:
============
* Improve DOS/MBR extraction by adding support for 7z.
* Process objdump symbol comment filter inputs as the Python "bytes" type
(and not str).
* Add a missing RequiredToolNotFound import.
* Update copyright years.
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-support/diffoscope/diffoscope_253.bb (renamed from meta/recipes-support/diffoscope/diffoscope_252.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/diffoscope/diffoscope_252.bb b/meta/recipes-support/diffoscope/diffoscope_253.bb index 86dc85df83..a1fc63efc3 100644 --- a/meta/recipes-support/diffoscope/diffoscope_252.bb +++ b/meta/recipes-support/diffoscope/diffoscope_253.bb @@ -12,7 +12,7 @@ PYPI_PACKAGE = "diffoscope" inherit pypi setuptools3 -SRC_URI[sha256sum] = "e268384fa484f3dd8a936da626e6ef1b231dcb286d09a360f37548637f8dd46d" +SRC_URI[sha256sum] = "ca3d826b691f4998d6de28a016b3555d56a7283b97ad92944ce643ea6e7eb614" RDEPENDS:${PN} += "\ binutils \ |