diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2022-05-05 07:04:59 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-05-05 21:17:37 +0100 |
commit | 873f5fd6696db094ae1e369c3bcbd900dd4ef367 (patch) | |
tree | 116f899888724eacaa501292d6baf5dfa6a03f68 /meta/recipes-support/diffoscope | |
parent | 808b08a987cdcaa4f6ede7e8188ca7e15062c535 (diff) | |
download | poky-873f5fd6696db094ae1e369c3bcbd900dd4ef367.tar.gz |
diffoscope: upgrade 208 -> 211
(From OE-Core rev: 2cf26abcc36e945417229c0bebb0861e9b343e63)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/diffoscope')
-rw-r--r-- | meta/recipes-support/diffoscope/diffoscope_211.bb (renamed from meta/recipes-support/diffoscope/diffoscope_208.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/diffoscope/diffoscope_208.bb b/meta/recipes-support/diffoscope/diffoscope_211.bb index 3c3b007d60..c634ab44cb 100644 --- a/meta/recipes-support/diffoscope/diffoscope_208.bb +++ b/meta/recipes-support/diffoscope/diffoscope_211.bb | |||
@@ -12,7 +12,7 @@ PYPI_PACKAGE = "diffoscope" | |||
12 | 12 | ||
13 | inherit pypi setuptools3 | 13 | inherit pypi setuptools3 |
14 | 14 | ||
15 | SRC_URI[sha256sum] = "2c5c0ac1159eefce158154849fe67f0f527dffc5295bfd3ca1aef14962ffcbcb" | 15 | SRC_URI[sha256sum] = "8e75f3acb181096632e43935ba7a85304703ac54739810b4523919188367ec03" |
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 | ||