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:20:42 +0000 |
commit | 1d2d6b801d553d63db671e5f574c892f4623b753 (patch) | |
tree | c55e67b54993317bc8a24e8f5e54d6b109b421df /meta/recipes-support/diffoscope | |
parent | 0a412e9c7c53932f804657fcf49b5c3900038300 (diff) | |
download | openembedded-core-contrib-1d2d6b801d553d63db671e5f574c892f4623b753.tar.gz |
diffoscope: upgrade 160 -> 161
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 2c3da3bbdad..0f566a3ec72 100644 --- a/meta/recipes-support/diffoscope/diffoscope_160.bb +++ b/meta/recipes-support/diffoscope/diffoscope_161.bb @@ -7,7 +7,7 @@ PYPI_PACKAGE = "diffoscope" inherit pypi setuptools3 -SRC_URI[sha256sum] = "f164b5e74cc11f6238ad8d62c92d3a819fa4c8b618683fc0533e04f21acae6b2" +SRC_URI[sha256sum] = "9c27d60a7bf3984b53c8af3fee86eb3d3e2292c4ddb9449c38b6cba068b8e22c" RDEPENDS_${PN} += "binutils vim squashfs-tools python3-libarchive-c python3-magic" |