From 7cb97e577ce3cc216b0697e9a29041a1f91dbaad Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sat, 4 Nov 2023 13:40:33 -0700 Subject: python3-imgtool: upgrade 1.10.0 -> 2.0.0 License-Update: Copyright year changed Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-imgtool_1.10.0.bb | 12 ------------ meta-python/recipes-devtools/python/python3-imgtool_2.0.0.bb | 12 ++++++++++++ 2 files changed, 12 insertions(+), 12 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-imgtool_1.10.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-imgtool_2.0.0.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-imgtool_1.10.0.bb b/meta-python/recipes-devtools/python/python3-imgtool_1.10.0.bb deleted file mode 100644 index 5282bccd01..0000000000 --- a/meta-python/recipes-devtools/python/python3-imgtool_1.10.0.bb +++ /dev/null @@ -1,12 +0,0 @@ -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" - -SRC_URI[sha256sum] = "03b34e75934ac3d96e7c42b6bcaf11ceaf4f453f7c6f26c17d726bd183104b40" - -inherit pypi setuptools3 - -RDEPENDS:${PN} = "python3-cbor2 python3-click python3-cryptography python3-intelhex" - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta-python/recipes-devtools/python/python3-imgtool_2.0.0.bb b/meta-python/recipes-devtools/python/python3-imgtool_2.0.0.bb new file mode 100644 index 0000000000..a25e6a61a8 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-imgtool_2.0.0.bb @@ -0,0 +1,12 @@ +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=0645fb61e2f961a110302fbfdb227446" + +SRC_URI[sha256sum] = "7a541255e69eec1f12aa38dce1f1d4fe20d8212677c68a9b6ec634ca91a06612" + +inherit pypi setuptools3 + +RDEPENDS:${PN} = "python3-cbor2 python3-click python3-cryptography python3-intelhex" + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf