From 52eda79fb73c0f4965507fbed85af6e725d76087 Mon Sep 17 00:00:00 2001 From: Hector Palacios Date: Wed, 18 Sep 2024 14:01:19 +0200 Subject: [PATCH] trustfence-stm-signtools: update recipe and package to latest versions Updated package with latest versions from ST Ecosystem 5.1: - STM32MP_KeyGen_CLI v2.17.0 - STM32MP_SigningTool_CLI v2.17.0 Changed dependency libraries in the package: - libcrypto.so.1.0.0 -> libcrypto.so.1.1 - libQt5Core.so.6 -> libQt6Core.so.6 Signed-off-by: Hector Palacios --- ...tools_1.2.bb => nativesdk-trustfence-stm-signtools_1.3.bb} | 0 ...s-native_1.2.bb => trustfence-stm-signtools-native_1.3.bb} | 0 .../trustfence-stm-signtools/trustfence-stm-signtools.inc | 4 ++-- 3 files changed, 2 insertions(+), 2 deletions(-) rename meta-digi-arm/recipes-bsp/trustfence-stm-signtools/{nativesdk-trustfence-stm-signtools_1.2.bb => nativesdk-trustfence-stm-signtools_1.3.bb} (100%) rename meta-digi-arm/recipes-bsp/trustfence-stm-signtools/{trustfence-stm-signtools-native_1.2.bb => trustfence-stm-signtools-native_1.3.bb} (100%) diff --git a/meta-digi-arm/recipes-bsp/trustfence-stm-signtools/nativesdk-trustfence-stm-signtools_1.2.bb b/meta-digi-arm/recipes-bsp/trustfence-stm-signtools/nativesdk-trustfence-stm-signtools_1.3.bb similarity index 100% rename from meta-digi-arm/recipes-bsp/trustfence-stm-signtools/nativesdk-trustfence-stm-signtools_1.2.bb rename to meta-digi-arm/recipes-bsp/trustfence-stm-signtools/nativesdk-trustfence-stm-signtools_1.3.bb diff --git a/meta-digi-arm/recipes-bsp/trustfence-stm-signtools/trustfence-stm-signtools-native_1.2.bb b/meta-digi-arm/recipes-bsp/trustfence-stm-signtools/trustfence-stm-signtools-native_1.3.bb similarity index 100% rename from meta-digi-arm/recipes-bsp/trustfence-stm-signtools/trustfence-stm-signtools-native_1.2.bb rename to meta-digi-arm/recipes-bsp/trustfence-stm-signtools/trustfence-stm-signtools-native_1.3.bb diff --git a/meta-digi-arm/recipes-bsp/trustfence-stm-signtools/trustfence-stm-signtools.inc b/meta-digi-arm/recipes-bsp/trustfence-stm-signtools/trustfence-stm-signtools.inc index 7e339d377..7dcd1d920 100644 --- a/meta-digi-arm/recipes-bsp/trustfence-stm-signtools/trustfence-stm-signtools.inc +++ b/meta-digi-arm/recipes-bsp/trustfence-stm-signtools/trustfence-stm-signtools.inc @@ -10,8 +10,8 @@ PKGNAME = "trustfence-stm-signtools" # tarball SRC_URI = "${DIGI_PKG_SRC}/${PKGNAME}-${PV}.tar.gz" -SRC_URI[md5sum] = "995b612c1da7e3d9b9b402ede578f41d" -SRC_URI[sha256sum] = "b3c975c12f71acda356e086c1440398ca95256e104fd4813ef6a720237f6dd72" +SRC_URI[md5sum] = "5693ed0cd34f858dea5bc3d1a94e9eee" +SRC_URI[sha256sum] = "be3ab77b98f5f8b8508cda090cc5eeccd0cdc39ebe9cee45b5ef52528c4ce515" inherit bin_package