diff options
author | wangmy <wangmy@fujitsu.com> | 2022-03-28 17:49:40 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-03-29 15:59:28 +0100 |
commit | eb2f29d6f8af206ccf3384ba12c2cb992220696d (patch) | |
tree | cd9f34a19aac93a0de00ec3f9d9419afd6e74735 | |
parent | cd2206628440de2ef5acac4b30aa7e7dcf607373 (diff) | |
download | poky-eb2f29d6f8af206ccf3384ba12c2cb992220696d.tar.gz |
diffoscope: upgrade 207 -> 208
(From OE-Core rev: 9befbe17c1ff8222c782489cead17e441a927ae1)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.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_208.bb (renamed from meta/recipes-support/diffoscope/diffoscope_207.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/diffoscope/diffoscope_207.bb b/meta/recipes-support/diffoscope/diffoscope_208.bb index 004d4d1ee6..3c3b007d60 100644 --- a/meta/recipes-support/diffoscope/diffoscope_207.bb +++ b/meta/recipes-support/diffoscope/diffoscope_208.bb | |||
@@ -12,7 +12,7 @@ PYPI_PACKAGE = "diffoscope" | |||
12 | 12 | ||
13 | inherit pypi setuptools3 | 13 | inherit pypi setuptools3 |
14 | 14 | ||
15 | SRC_URI[sha256sum] = "e670160911c8e465ab178f23bd1a2e6a827032b7bbec5f24eebf9215f1ae5f54" | 15 | SRC_URI[sha256sum] = "2c5c0ac1159eefce158154849fe67f0f527dffc5295bfd3ca1aef14962ffcbcb" |
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 | ||