diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2023-11-22 16:54:28 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-11-30 08:43:03 +0000 |
| commit | 81827e8c67457b55ce8f94f8e54cdac3feef7134 (patch) | |
| tree | 00f51e148718752f73ae58299bcdf9000c342e58 /meta | |
| parent | 053af0fc1e9493ab7f99197a04f40019ef3e93da (diff) | |
| download | poky-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 | ||
| 13 | inherit pypi setuptools3 | 13 | inherit pypi setuptools3 |
| 14 | 14 | ||
| 15 | SRC_URI[sha256sum] = "c9ba2fc24379b2ba4457dc7be6970884cc2ee94c20d44f3889c2a4741e6178d3" | 15 | SRC_URI[sha256sum] = "e268384fa484f3dd8a936da626e6ef1b231dcb286d09a360f37548637f8dd46d" |
| 16 | 16 | ||
| 17 | RDEPENDS:${PN} += "\ | 17 | RDEPENDS:${PN} += "\ |
| 18 | binutils \ | 18 | binutils \ |
