diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2021-10-19 17:34:10 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-10-23 17:42:26 +0100 |
commit | 5357004743cacbb85dd5b9a3a0dfa4e0ce393004 (patch) | |
tree | 8fee10ae88865dcfd992ae0f9a22a102c77dbe34 | |
parent | 3f03a5ab349e14e8ab5faf0aaf44b919baedc580 (diff) | |
download | poky-5357004743cacbb85dd5b9a3a0dfa4e0ce393004.tar.gz |
diffoscope: upgrade 182 -> 187
(From OE-Core rev: abaa36442f1617bcaa941d5b159b6e40042141f8)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
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_187.bb (renamed from meta/recipes-support/diffoscope/diffoscope_182.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/diffoscope/diffoscope_182.bb b/meta/recipes-support/diffoscope/diffoscope_187.bb index d5875423c4..e10a068cbb 100644 --- a/meta/recipes-support/diffoscope/diffoscope_182.bb +++ b/meta/recipes-support/diffoscope/diffoscope_187.bb | |||
@@ -12,7 +12,7 @@ PYPI_PACKAGE = "diffoscope" | |||
12 | 12 | ||
13 | inherit pypi setuptools3 | 13 | inherit pypi setuptools3 |
14 | 14 | ||
15 | SRC_URI[sha256sum] = "5969c6f0060c5c553e5ae9fdff45fbd344f102ee8fb2c5673cf0c73999c50df4" | 15 | SRC_URI[sha256sum] = "e8340880eb9cce0d99498f71bcdb69c6cc4385c972b5bc12e739e71eaca29c5a" |
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 | ||