summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-imgtool_2.0.0.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2023-11-04 13:40:33 -0700
committerKhem Raj <raj.khem@gmail.com>2023-11-06 08:47:42 -0800
commit7cb97e577ce3cc216b0697e9a29041a1f91dbaad (patch)
tree1121268e592603c53665f8c48277ddcd21340bee /meta-python/recipes-devtools/python/python3-imgtool_2.0.0.bb
parent3416af963c1d189fd54a1a776b02b63592700c3d (diff)
downloadmeta-openembedded-7cb97e577ce3cc216b0697e9a29041a1f91dbaad.tar.gz
python3-imgtool: upgrade 1.10.0 -> 2.0.0
License-Update: Copyright year changed Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-imgtool_2.0.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-imgtool_2.0.0.bb12
1 files changed, 12 insertions, 0 deletions
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 000000000..a25e6a61a
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-imgtool_2.0.0.bb
@@ -0,0 +1,12 @@
1SUMMARY = "MCUboot's image signing and key management tool"
2
3LICENSE = "Apache-2.0"
4LIC_FILES_CHKSUM = "file://imgtool/main.py;beginline=3;endline=18;md5=0645fb61e2f961a110302fbfdb227446"
5
6SRC_URI[sha256sum] = "7a541255e69eec1f12aa38dce1f1d4fe20d8212677c68a9b6ec634ca91a06612"
7
8inherit pypi setuptools3
9
10RDEPENDS:${PN} = "python3-cbor2 python3-click python3-cryptography python3-intelhex"
11
12BBCLASSEXTEND = "native nativesdk"