diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2023-04-19 08:37:21 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-19 08:37:21 -0300 |
| commit | a612084a4688324dcd8f9478c7e24a31be56dfd6 (patch) | |
| tree | b175c4005be4a6a8535ed41f02969b0c3a086f9d | |
| parent | 72838c2c9564b5e99d64998e94a01938d3e07fc3 (diff) | |
| parent | 5571a82f8ffc602a1e7b25d1a5d4b1f9a472b794 (diff) | |
| download | meta-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.bb | 2 |
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 6ab938d80..5ae2ed9d1 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 | ||
| 3 | inherit deploy | 3 | inherit deploy |
| 4 | 4 | ||
| 5 | DEPENDS += "u-boot-mkimage-native u-boot openssl openssl-native mbedtls rcw qoriq-cst-native bc-native" | 5 | DEPENDS += "u-boot-mkimage-native u-boot openssl openssl-native rcw qoriq-cst-native bc-native" |
| 6 | do_compile[depends] += "u-boot:do_deploy rcw:do_deploy uefi:do_deploy" | 6 | do_compile[depends] += "u-boot:do_deploy rcw:do_deploy uefi:do_deploy" |
| 7 | 7 | ||
| 8 | PV:append = "+${SRCPV}" | 8 | PV:append = "+${SRCPV}" |
