Skip to content

Commit

Permalink
qoriq-atf: Remove mbedtls from DEPENDS
Browse files Browse the repository at this point in the history
mbedtls is included in SCR_URI into fetched source code tree.

Signed-off-by: Jun Zhu <[email protected]>
  • Loading branch information
junzhuimx committed Apr 19, 2023
1 parent 72838c2 commit 5571a82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes-bsp/atf/qoriq-atf_2.6.bb
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit 5571a82

Please sign in to comment.