diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2022-07-06 10:06:56 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-07-08 00:09:42 +0100 |
commit | 2e70ad86d9e85253109b958547dcce22fd4087da (patch) | |
tree | 80c1bce1d038b7f6121fb46e2497d0049d1afc0b | |
parent | 147a012f8a5724df4512c877e991981b224333a3 (diff) | |
download | poky-2e70ad86d9e85253109b958547dcce22fd4087da.tar.gz |
diffoscope: upgrade 216 -> 217
(From OE-Core rev: cb4c865b3185db61cf85f532fabeaeb63eac461f)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-support/diffoscope/diffoscope_217.bb (renamed from meta/recipes-support/diffoscope/diffoscope_216.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/diffoscope/diffoscope_216.bb b/meta/recipes-support/diffoscope/diffoscope_217.bb index 87172e9512..d5ab38f8ad 100644 --- a/meta/recipes-support/diffoscope/diffoscope_216.bb +++ b/meta/recipes-support/diffoscope/diffoscope_217.bb | |||
@@ -12,7 +12,7 @@ PYPI_PACKAGE = "diffoscope" | |||
12 | 12 | ||
13 | inherit pypi setuptools3 | 13 | inherit pypi setuptools3 |
14 | 14 | ||
15 | SRC_URI[sha256sum] = "7809caabf4369a1f1dffb9fa37e247b4326aa3366cabd6ab3eb7de5cb4402c39" | 15 | SRC_URI[sha256sum] = "1e9791e3f718ca809d98fb319b150ce6222a682b4009ea00838b9d8705003950" |
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 | ||