summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2023-04-19 08:37:21 -0300
committerGitHub <noreply@github.com>2023-04-19 08:37:21 -0300
commita612084a4688324dcd8f9478c7e24a31be56dfd6 (patch)
treeb175c4005be4a6a8535ed41f02969b0c3a086f9d
parent72838c2c9564b5e99d64998e94a01938d3e07fc3 (diff)
parent5571a82f8ffc602a1e7b25d1a5d4b1f9a472b794 (diff)
downloadmeta-freescale-a612084a4688324dcd8f9478c7e24a31be56dfd6.tar.gz
Merge pull request #1505 from junzhuimx/master
qoriq-atf: Remove mbedtls from DEPENDS
-rw-r--r--recipes-bsp/atf/qoriq-atf_2.6.bb2
1 files changed, 1 insertions, 1 deletions
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
2 2
3inherit deploy 3inherit deploy
4 4
5DEPENDS += "u-boot-mkimage-native u-boot openssl openssl-native mbedtls rcw qoriq-cst-native bc-native" 5DEPENDS += "u-boot-mkimage-native u-boot openssl openssl-native rcw qoriq-cst-native bc-native"
6do_compile[depends] += "u-boot:do_deploy rcw:do_deploy uefi:do_deploy" 6do_compile[depends] += "u-boot:do_deploy rcw:do_deploy uefi:do_deploy"
7 7
8PV:append = "+${SRCPV}" 8PV:append = "+${SRCPV}"