diff options
author | Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> | 2020-07-26 21:48:17 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-07-27 19:58:09 +0100 |
commit | 3d418733ff1b1ab811295906a2a19aaf724c46fa (patch) | |
tree | 1737148e16e13839ffa9c507a2d06205a9568037 | |
parent | 9e5dfa356cd3dc296e199088cabef4ed1e27421b (diff) | |
download | poky-3d418733ff1b1ab811295906a2a19aaf724c46fa.tar.gz |
diffoscope: update to 153
(From OE-Core rev: c0b921ef38f4740212b167463c3afa9709e06f53)
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-support/diffoscope/diffoscope_153.bb (renamed from meta/recipes-support/diffoscope/diffoscope_151.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/diffoscope/diffoscope_151.bb b/meta/recipes-support/diffoscope/diffoscope_153.bb index 9b39b44350..77f5254aec 100644 --- a/meta/recipes-support/diffoscope/diffoscope_151.bb +++ b/meta/recipes-support/diffoscope/diffoscope_153.bb | |||
@@ -7,7 +7,7 @@ PYPI_PACKAGE = "diffoscope" | |||
7 | 7 | ||
8 | inherit pypi setuptools3 | 8 | inherit pypi setuptools3 |
9 | 9 | ||
10 | SRC_URI[sha256sum] = "f15e04aa537f0a3d91c99bf631c604668f4eea8f6552c5f93ea9be2bf014df84" | 10 | SRC_URI[sha256sum] = "b5104b5e72252df45ba6b7cbb0169e2e3407715b6b063fa5b38a2649b0d719a2" |
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 | ||