From 5571a82f8ffc602a1e7b25d1a5d4b1f9a472b794 Mon Sep 17 00:00:00 2001 From: Jun Zhu Date: Wed, 19 Apr 2023 18:55:54 +0800 Subject: qoriq-atf: Remove mbedtls from DEPENDS mbedtls is included in SCR_URI into fetched source code tree. Signed-off-by: Jun Zhu --- recipes-bsp/atf/qoriq-atf_2.6.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-bsp/atf/qoriq-atf_2.6.bb') diff --git a/recipes-bsp/atf/qoriq-atf_2.6.bb b/recipes-bsp/atf/qoriq-atf_2.6.bb index 6ab938d8..5ae2ed9d 100644 --- a/recipes-bsp/atf/qoriq-atf_2.6.bb +++ b/recipes-bsp/atf/qoriq-atf_2.6.bb @@ -2,7 +2,7 @@ require qoriq-atf-${PV}.inc inherit deploy -DEPENDS += "u-boot-mkimage-native u-boot openssl openssl-native mbedtls rcw qoriq-cst-native bc-native" +DEPENDS += "u-boot-mkimage-native u-boot openssl openssl-native rcw qoriq-cst-native bc-native" do_compile[depends] += "u-boot:do_deploy rcw:do_deploy uefi:do_deploy" PV:append = "+${SRCPV}" -- cgit v1.2.3-54-g00ecf