diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2020-11-02 17:48:59 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-11-03 08:21:12 +0000 |
commit | faef5ddfabdf4cbb6a589cf529a109f63f9011d0 (patch) | |
tree | b3396ca3e85bdbd63bc645f1fd2d027a93294760 /meta/recipes-support/diffoscope | |
parent | 3da35c697d4f7692441bd3199fae28838465f75d (diff) | |
download | poky-faef5ddfabdf4cbb6a589cf529a109f63f9011d0.tar.gz |
diffoscope: upgrade 160 -> 161
(From OE-Core rev: 1d2d6b801d553d63db671e5f574c892f4623b753)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.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_161.bb (renamed from meta/recipes-support/diffoscope/diffoscope_160.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/diffoscope/diffoscope_160.bb b/meta/recipes-support/diffoscope/diffoscope_161.bb index 2c3da3bbda..0f566a3ec7 100644 --- a/meta/recipes-support/diffoscope/diffoscope_160.bb +++ b/meta/recipes-support/diffoscope/diffoscope_161.bb | |||
@@ -7,7 +7,7 @@ PYPI_PACKAGE = "diffoscope" | |||
7 | 7 | ||
8 | inherit pypi setuptools3 | 8 | inherit pypi setuptools3 |
9 | 9 | ||
10 | SRC_URI[sha256sum] = "f164b5e74cc11f6238ad8d62c92d3a819fa4c8b618683fc0533e04f21acae6b2" | 10 | SRC_URI[sha256sum] = "9c27d60a7bf3984b53c8af3fee86eb3d3e2292c4ddb9449c38b6cba068b8e22c" |
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 | ||