summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2021-11-04 14:33:10 -0300
committerGitHub <noreply@github.com>2021-11-04 14:33:10 -0300
commit1237dd74307d49ffc110c8bccde69139dc4b20e5 (patch)
treeb13eae415ae6c69f88687d91695154ba05a481fe
parent5a623e3cab4993d362c4097b9c806f5a8a20dafc (diff)
parent329518d7a8c63775cb6867b93f2cbc7863906808 (diff)
downloadmeta-freescale-1237dd74307d49ffc110c8bccde69139dc4b20e5.tar.gz
Merge pull request #921 from YoeDistro/yoe/mut
qoriq-atf: Do not use append with += operator
-rw-r--r--recipes-bsp/atf/qoriq-atf_2.4.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bsp/atf/qoriq-atf_2.4.bb b/recipes-bsp/atf/qoriq-atf_2.4.bb
index 0c490a72..7a767791 100644
--- a/recipes-bsp/atf/qoriq-atf_2.4.bb
+++ b/recipes-bsp/atf/qoriq-atf_2.4.bb
@@ -3,8 +3,8 @@ require recipes-bsp/atf/qoriq-atf-2.4.inc
3inherit deploy 3inherit deploy
4 4
5DEPENDS += "u-boot-mkimage-native u-boot openssl openssl-native mbedtls rcw cst-native bc-native" 5DEPENDS += "u-boot-mkimage-native u-boot openssl openssl-native mbedtls rcw cst-native bc-native"
6DEPENDS:append:lx2160a += "ddr-phy" 6DEPENDS:append:lx2160a = " ddr-phy"
7DEPENDS:append:lx2162a += "ddr-phy" 7DEPENDS:append:lx2162a = " ddr-phy"
8do_compile[depends] += "u-boot:do_deploy rcw:do_deploy uefi:do_deploy" 8do_compile[depends] += "u-boot:do_deploy rcw:do_deploy uefi:do_deploy"
9 9
10SRC_URI += "git://github.com/ARMmbed/mbedtls;nobranch=1;destsuffix=git/mbedtls;name=mbedtls;protocol=https" 10SRC_URI += "git://github.com/ARMmbed/mbedtls;nobranch=1;destsuffix=git/mbedtls;name=mbedtls;protocol=https"