From 7cb97e577ce3cc216b0697e9a29041a1f91dbaad Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sat, 4 Nov 2023 13:40:33 -0700 Subject: [PATCH] python3-imgtool: upgrade 1.10.0 -> 2.0.0 License-Update: Copyright year changed Signed-off-by: Khem Raj --- .../{python3-imgtool_1.10.0.bb => python3-imgtool_2.0.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-imgtool_1.10.0.bb => python3-imgtool_2.0.0.bb} (69%) diff --git a/meta-python/recipes-devtools/python/python3-imgtool_1.10.0.bb b/meta-python/recipes-devtools/python/python3-imgtool_2.0.0.bb similarity index 69% rename from meta-python/recipes-devtools/python/python3-imgtool_1.10.0.bb rename to meta-python/recipes-devtools/python/python3-imgtool_2.0.0.bb index 5282bccd01..a25e6a61a8 100644 --- a/meta-python/recipes-devtools/python/python3-imgtool_1.10.0.bb +++ b/meta-python/recipes-devtools/python/python3-imgtool_2.0.0.bb @@ -1,9 +1,9 @@ SUMMARY = "MCUboot's image signing and key management tool" LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://imgtool/main.py;beginline=3;endline=18;md5=9965f09ae52c04886a1f04e13ccdce57" +LIC_FILES_CHKSUM = "file://imgtool/main.py;beginline=3;endline=18;md5=0645fb61e2f961a110302fbfdb227446" -SRC_URI[sha256sum] = "03b34e75934ac3d96e7c42b6bcaf11ceaf4f453f7c6f26c17d726bd183104b40" +SRC_URI[sha256sum] = "7a541255e69eec1f12aa38dce1f1d4fe20d8212677c68a9b6ec634ca91a06612" inherit pypi setuptools3