diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2023-02-28 17:49:15 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-03-01 21:29:31 +0000 |
commit | b624fc1b1b92da72f97c0a0e6ead0a58b8a76bf0 (patch) | |
tree | 6d80b4c10bdfbe56b08190c23dac6fbcc0a3a36a /meta/recipes-support/diffoscope | |
parent | 02cd66a37a3a00469dc74028e85637dde5d5ae5b (diff) | |
download | poky-b624fc1b1b92da72f97c0a0e6ead0a58b8a76bf0.tar.gz |
diffoscope: upgrade 235 -> 236
(From OE-Core rev: f2a7a4a899dff74b88c4192f1d97a14833016029)
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>
Diffstat (limited to 'meta/recipes-support/diffoscope')
-rw-r--r-- | meta/recipes-support/diffoscope/diffoscope_236.bb (renamed from meta/recipes-support/diffoscope/diffoscope_235.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/diffoscope/diffoscope_235.bb b/meta/recipes-support/diffoscope/diffoscope_236.bb index e4cc2a95b8..9f89f35c11 100644 --- a/meta/recipes-support/diffoscope/diffoscope_235.bb +++ b/meta/recipes-support/diffoscope/diffoscope_236.bb | |||
@@ -12,7 +12,7 @@ PYPI_PACKAGE = "diffoscope" | |||
12 | 12 | ||
13 | inherit pypi setuptools3 | 13 | inherit pypi setuptools3 |
14 | 14 | ||
15 | SRC_URI[sha256sum] = "3279f6637f1e9f757ca9b8c2870ed79ceead5971e5a15d952a0579b2b45720a2" | 15 | SRC_URI[sha256sum] = "84c46840dafffe0223056718e4250ceb52484452a992b85e345e3cf8a2cf7d4b" |
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 | ||