diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-06-01 15:56:43 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-06-04 11:28:23 +0100 |
commit | bc47a27e14dc2a7151a34a77178d4edac2f090a5 (patch) | |
tree | 89b95505a5a58eaf5410fc9aae3c599811efa2e2 /meta | |
parent | 1cf611cbcc62f7145e09975f1462e5574f8bc78f (diff) | |
download | poky-bc47a27e14dc2a7151a34a77178d4edac2f090a5.tar.gz |
diffoscope: upgrade 212 -> 215
(From OE-Core rev: befecd6d8e0626abeee7bfca488cbbea52b9bf5c)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-support/diffoscope/diffoscope_215.bb (renamed from meta/recipes-support/diffoscope/diffoscope_212.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/diffoscope/diffoscope_212.bb b/meta/recipes-support/diffoscope/diffoscope_215.bb index 41f896d74f..a61d68f7eb 100644 --- a/meta/recipes-support/diffoscope/diffoscope_212.bb +++ b/meta/recipes-support/diffoscope/diffoscope_215.bb | |||
@@ -12,7 +12,7 @@ PYPI_PACKAGE = "diffoscope" | |||
12 | 12 | ||
13 | inherit pypi setuptools3 | 13 | inherit pypi setuptools3 |
14 | 14 | ||
15 | SRC_URI[sha256sum] = "744260ccf2bb869c58c50dfab68957dd494b12e446520993d0925b2394ea1db7" | 15 | SRC_URI[sha256sum] = "4754ad3356b0acc1d2ceffbfa516961a7df0a2d816cd3cce6c9d084ce54d9433" |
16 | 16 | ||
17 | RDEPENDS:${PN} += "binutils vim squashfs-tools python3-libarchive-c python3-magic python3-rpm" | 17 | RDEPENDS:${PN} += "binutils vim squashfs-tools python3-libarchive-c python3-magic python3-rpm" |
18 | 18 | ||