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:38:44 +0100 |
commit | b83adce978ac3e45e412803d4fc99e29a9c49fc6 (patch) | |
tree | b3ce63fea8e192de82a7baadfd1ea8b0f6fa19cf /meta/recipes-support | |
parent | ce8970ad466d837c4f0ae89c835614bfdef04fdc (diff) | |
download | poky-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/recipes-support')
-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 | ||
13 | inherit pypi setuptools3 | 13 | inherit pypi setuptools3 |
14 | 14 | ||
15 | SRC_URI[sha256sum] = "094d1f8c312ef9e776247c5f7653b7953dc9c41a037683a1a5937d63a232584a" | 15 | SRC_URI[sha256sum] = "d2d4236d7b72be8344b0c7a19506350a7b17d316bcd79d7bfc113e10400b0e10" |
16 | 16 | ||
17 | RDEPENDS:${PN} += "\ | 17 | RDEPENDS:${PN} += "\ |
18 | binutils \ | 18 | binutils \ |