summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2024-09-03 16:32:41 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-09-04 12:38:44 +0100
commitb83adce978ac3e45e412803d4fc99e29a9c49fc6 (patch)
treeb3ce63fea8e192de82a7baadfd1ea8b0f6fa19cf /meta
parentce8970ad466d837c4f0ae89c835614bfdef04fdc (diff)
downloadpoky-b83adce978ac3e45e412803d4fc99e29a9c49fc6.tar.gz
diffoscope: upgrade 276 -> 277
Changelog: =========== - Don't crash when attempting to hashing symlinks with targets that point to a directory. (From OE-Core rev: 6f21fa5bb71349a5cf6b6fd71548f78c3421ff22) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-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"
12 12
13inherit pypi setuptools3 13inherit pypi setuptools3
14 14
15SRC_URI[sha256sum] = "094d1f8c312ef9e776247c5f7653b7953dc9c41a037683a1a5937d63a232584a" 15SRC_URI[sha256sum] = "d2d4236d7b72be8344b0c7a19506350a7b17d316bcd79d7bfc113e10400b0e10"
16 16
17RDEPENDS:${PN} += "\ 17RDEPENDS:${PN} += "\
18 binutils \ 18 binutils \