From 1b205211ea704c4004da45e2b8be4eb55ad7879b Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Wed, 16 Mar 2022 16:16:39 +0000 Subject: [PATCH] arm/trusted-firmware-m: remove python3-pyasn1-native DEPENDS The use of pyasn1 was replaced with python3-cryptography in mcuboot ebd050. This is part of mcuboot 1.3.1 onwards, and TF-M 1.5.0 uses mcuboot 1.8.0. Signed-off-by: Ross Burton Signed-off-by: Jon Mason --- .../recipes-bsp/trusted-firmware-m/trusted-firmware-m_1.5.0.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/meta-arm/recipes-bsp/trusted-firmware-m/trusted-firmware-m_1.5.0.bb b/meta-arm/recipes-bsp/trusted-firmware-m/trusted-firmware-m_1.5.0.bb index 8a1c8cc1..652abdd6 100644 --- a/meta-arm/recipes-bsp/trusted-firmware-m/trusted-firmware-m_1.5.0.bb +++ b/meta-arm/recipes-bsp/trusted-firmware-m/trusted-firmware-m_1.5.0.bb @@ -54,7 +54,6 @@ DEPENDS += "cmake-native \ python3-pyyaml-native \ python3-click-native \ python3-cryptography-native \ - python3-pyasn1-native \ python3-cbor2-native" S = "${WORKDIR}/git/tfm"