summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-11-22 16:54:28 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-11-30 08:43:03 +0000
commit81827e8c67457b55ce8f94f8e54cdac3feef7134 (patch)
tree00f51e148718752f73ae58299bcdf9000c342e58 /meta
parent053af0fc1e9493ab7f99197a04f40019ef3e93da (diff)
downloadpoky-81827e8c67457b55ce8f94f8e54cdac3feef7134.tar.gz
diffoscope: upgrade 251 -> 252
Changelog: ============ * As UI/UX improvement, try and avoid printing an extended traceback if diffoscope runs out of memory. * Mark diffoscope as stable in setup.py (for PyPI.org). Whatever diffoscope is, at least, not "alpha" anymore. (From OE-Core rev: da43500a3c230f868ae53c73e0657b67e9dc9f25) 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>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-support/diffoscope/diffoscope_252.bb (renamed from meta/recipes-support/diffoscope/diffoscope_251.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/diffoscope/diffoscope_251.bb b/meta/recipes-support/diffoscope/diffoscope_252.bb
index 8862509e05..86dc85df83 100644
--- a/meta/recipes-support/diffoscope/diffoscope_251.bb
+++ b/meta/recipes-support/diffoscope/diffoscope_252.bb
@@ -12,7 +12,7 @@ PYPI_PACKAGE = "diffoscope"
12 12
13inherit pypi setuptools3 13inherit pypi setuptools3
14 14
15SRC_URI[sha256sum] = "c9ba2fc24379b2ba4457dc7be6970884cc2ee94c20d44f3889c2a4741e6178d3" 15SRC_URI[sha256sum] = "e268384fa484f3dd8a936da626e6ef1b231dcb286d09a360f37548637f8dd46d"
16 16
17RDEPENDS:${PN} += "\ 17RDEPENDS:${PN} += "\
18 binutils \ 18 binutils \