[HONISTER,02/13] arm-bsp/imgtool: upgrade imgtool to 1.8.0

Message ID 20211206132513.20172-3-abdellatif.elkhlifi@arm.com
State New
Headers show
Series backport "corstone1000: platform specific patches for u-boot, trusted firmware-a, trusted firmware-m" | expand

Commit Message

Abdellatif El Khlifi Dec. 6, 2021, 1:25 p.m. UTC
From: Satish Kumar <satish.kumar01@arm.com>

Change-Id: I6f24f058284d5bae244ea88989e922d92ff25d0a
Signed-off-by: Satish Kumar <satish.kumar01@arm.com>
---
 .../{python3-imgtool_1.7.1.bb => python3-imgtool_1.8.0.bb}  | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename meta-arm-bsp/recipes-devtool/corstone1000-imgtool/{python3-imgtool_1.7.1.bb => python3-imgtool_1.8.0.bb} (52%)

Patch

diff --git a/meta-arm-bsp/recipes-devtool/corstone1000-imgtool/python3-imgtool_1.7.1.bb b/meta-arm-bsp/recipes-devtool/corstone1000-imgtool/python3-imgtool_1.8.0.bb
similarity index 52%
rename from meta-arm-bsp/recipes-devtool/corstone1000-imgtool/python3-imgtool_1.7.1.bb
rename to meta-arm-bsp/recipes-devtool/corstone1000-imgtool/python3-imgtool_1.8.0.bb
index 06d52d0..bcc74d1 100644
--- a/meta-arm-bsp/recipes-devtool/corstone1000-imgtool/python3-imgtool_1.7.1.bb
+++ b/meta-arm-bsp/recipes-devtool/corstone1000-imgtool/python3-imgtool_1.8.0.bb
@@ -3,11 +3,11 @@  LICENSE = "Apache-2.0"
 AUTHOR = "The MCUboot committers <mcuboot@groups.io>, \
           Abdellatif El Khlifi <abdellatif.elkhlifi@arm.com>"
 
-LIC_FILES_CHKSUM = "file://PKG-INFO;md5=e32b214fd9c204b77a99a97aa903757b"
+LIC_FILES_CHKSUM = "file://setup.py;md5=bd908c2a1211013db5df04f0ec181b9b"
 
-SRC_URI[md5sum] = "de0005dc13ce9e5e6aecdedfd0956286"
+SRC_URI[md5sum] = "a515e40ae31c1d7a70e653b997bb112b"
 
-DEPENDS:corstone1000 = "python3-cryptography python3-intelhex python3-click python3-cbor"
+RDEPENDS_${PN} = "python3-cryptography-native python3-intelhex-native python3-click-native python3-cbor-native"
 
 inherit pypi setuptools3