summaryrefslogtreecommitdiffstats
path: root/meta-python
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
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')
-rw-r--r--meta-python/recipes-devtools/python/python3-imgtool_2.0.0.bb (renamed from meta-python/recipes-devtools/python/python3-imgtool_1.10.0.bb)4
1 files changed, 2 insertions, 2 deletions
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
index 5282bccd0..a25e6a61a 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 @@
1SUMMARY = "MCUboot's image signing and key management tool" 1SUMMARY = "MCUboot's image signing and key management tool"
2 2
3LICENSE = "Apache-2.0" 3LICENSE = "Apache-2.0"
4LIC_FILES_CHKSUM = "file://imgtool/main.py;beginline=3;endline=18;md5=9965f09ae52c04886a1f04e13ccdce57" 4LIC_FILES_CHKSUM = "file://imgtool/main.py;beginline=3;endline=18;md5=0645fb61e2f961a110302fbfdb227446"
5 5
6SRC_URI[sha256sum] = "03b34e75934ac3d96e7c42b6bcaf11ceaf4f453f7c6f26c17d726bd183104b40" 6SRC_URI[sha256sum] = "7a541255e69eec1f12aa38dce1f1d4fe20d8212677c68a9b6ec634ca91a06612"
7 7
8inherit pypi setuptools3 8inherit pypi setuptools3
9 9