diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2024-08-20 14:51:23 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-08-21 21:51:46 +0100 |
commit | 4f111892b3ba5b030697a1192dac59e89ea0f393 (patch) | |
tree | 672ff722cf193d4178b157cf6c1a0c3a7ee93298 | |
parent | 945c6e18b00000ce323037f93c8edb577d8f1533 (diff) | |
download | openembedded-core-4f111892b3ba5b030697a1192dac59e89ea0f393.tar.gz |
diffoscope: upgrade 272 -> 276
Changelog:
=========
* Also catch RuntimeError when importing PyPDF so that PyPDF or,
crucially, its transitive dependencies do not cause diffoscope to traceback at
runtime and build time.
* Factor out a method for stripping ANSI escapes.
* Strip ANSI escapes from the output of Procyon.
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-support/diffoscope/diffoscope_276.bb (renamed from meta/recipes-support/diffoscope/diffoscope_272.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/diffoscope/diffoscope_272.bb b/meta/recipes-support/diffoscope/diffoscope_276.bb index 55e4cc7832..ed8ae52d9a 100644 --- a/meta/recipes-support/diffoscope/diffoscope_272.bb +++ b/meta/recipes-support/diffoscope/diffoscope_276.bb @@ -12,7 +12,7 @@ PYPI_PACKAGE = "diffoscope" inherit pypi setuptools3 -SRC_URI[sha256sum] = "f8983580efb8f4644719705590a43817d1159d4136836d7ce6dd4fec754c3943" +SRC_URI[sha256sum] = "094d1f8c312ef9e776247c5f7653b7953dc9c41a037683a1a5937d63a232584a" RDEPENDS:${PN} += "\ binutils \ |