diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2024-09-03 16:32:41 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-09-04 12:36:43 +0100 |
commit | 6f21fa5bb71349a5cf6b6fd71548f78c3421ff22 (patch) | |
tree | d4aa9401a36d7345c8099fd80a3aed9c9514b288 | |
parent | 8d8e0bc93ed4fed5ce40be929976726fe28177ce (diff) | |
download | openembedded-core-6f21fa5bb71349a5cf6b6fd71548f78c3421ff22.tar.gz |
diffoscope: upgrade 276 -> 277
Changelog:
===========
- Don't crash when attempting to hashing symlinks with targets that point to
a directory.
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_277.bb (renamed from meta/recipes-support/diffoscope/diffoscope_276.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/diffoscope/diffoscope_276.bb b/meta/recipes-support/diffoscope/diffoscope_277.bb index ed8ae52d9a..f609e607f3 100644 --- a/meta/recipes-support/diffoscope/diffoscope_276.bb +++ b/meta/recipes-support/diffoscope/diffoscope_277.bb @@ -12,7 +12,7 @@ PYPI_PACKAGE = "diffoscope" inherit pypi setuptools3 -SRC_URI[sha256sum] = "094d1f8c312ef9e776247c5f7653b7953dc9c41a037683a1a5937d63a232584a" +SRC_URI[sha256sum] = "d2d4236d7b72be8344b0c7a19506350a7b17d316bcd79d7bfc113e10400b0e10" RDEPENDS:${PN} += "\ binutils \ |