mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-05-07 04:58:57 +00:00
arm/trusted-firmware-m: clean up DEPENDS
TFM_DEPENDS isn't used anywhere so remove it. Change-Id: I7707ada458a001a081aac1f417dc78d6ca37a307 Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
@@ -35,11 +35,8 @@ SRCREV_cmsis = "5.5.0"
|
||||
|
||||
inherit python3native deploy
|
||||
|
||||
TFM_DEPENDS ?= ""
|
||||
DEPENDS += "${TFM_DEPENDS}"
|
||||
DEPENDS += "cmake-native"
|
||||
DEPENDS += "python3-cryptography-native python3-pyasn1-native"
|
||||
DEPENDS += "python3-cbor-native"
|
||||
DEPENDS += "python3-cryptography-native python3-pyasn1-native python3-cbor-native"
|
||||
|
||||
S = "${WORKDIR}/git/tfm"
|
||||
B = "${WORKDIR}/build"
|
||||
|
||||
Reference in New Issue
Block a user