diff options
author | 2023-02-28 17:49:15 +0800 | |
---|---|---|
committer | 2023-03-01 21:27:45 +0000 | |
commit | f2a7a4a899dff74b88c4192f1d97a14833016029 (patch) | |
tree | c89af83b4c41b3f239fa538f8cc813abc76ce8d8 | |
parent | 3a8bf81c5fb6111eab9784192754271efc85ee5c (diff) | |
download | openembedded-core-f2a7a4a899dff74b88c4192f1d97a14833016029.tar.gz |
diffoscope: upgrade 235 -> 236
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
-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" inherit pypi setuptools3 -SRC_URI[sha256sum] = "3279f6637f1e9f757ca9b8c2870ed79ceead5971e5a15d952a0579b2b45720a2" +SRC_URI[sha256sum] = "84c46840dafffe0223056718e4250ceb52484452a992b85e345e3cf8a2cf7d4b" RDEPENDS:${PN} += "binutils vim squashfs-tools python3-libarchive-c python3-magic python3-rpm" |