diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2020-08-23 22:20:04 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-08-25 16:00:10 +0100 |
commit | aa897962cb5129714643c73ec6be5566954c9dd0 (patch) | |
tree | 97b66307db251318354cff48a55494eb8329219b | |
parent | ebee6e8953309fc7c2bb52f4aabdec5020be3de4 (diff) | |
download | poky-aa897962cb5129714643c73ec6be5566954c9dd0.tar.gz |
diffoscope: upgrade 153 -> 156
(From OE-Core rev: 9ce0e882347ef3e3daec5201cad37f4ce6aff859)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-support/diffoscope/diffoscope_156.bb (renamed from meta/recipes-support/diffoscope/diffoscope_153.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/diffoscope/diffoscope_153.bb b/meta/recipes-support/diffoscope/diffoscope_156.bb index 77f5254aec..94e6e56d41 100644 --- a/meta/recipes-support/diffoscope/diffoscope_153.bb +++ b/meta/recipes-support/diffoscope/diffoscope_156.bb | |||
@@ -7,7 +7,7 @@ PYPI_PACKAGE = "diffoscope" | |||
7 | 7 | ||
8 | inherit pypi setuptools3 | 8 | inherit pypi setuptools3 |
9 | 9 | ||
10 | SRC_URI[sha256sum] = "b5104b5e72252df45ba6b7cbb0169e2e3407715b6b063fa5b38a2649b0d719a2" | 10 | SRC_URI[sha256sum] = "428f5d75197c3d9449ffbac52f8d79dd782a7ed67aba759e0452515b2d8e1441" |
11 | 11 | ||
12 | RDEPENDS_${PN} += "binutils vim squashfs-tools python3-libarchive-c python3-magic" | 12 | RDEPENDS_${PN} += "binutils vim squashfs-tools python3-libarchive-c python3-magic" |
13 | 13 | ||