diff options
author | Khem Raj <raj.khem@gmail.com> | 2020-11-14 08:44:48 -0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2020-11-19 15:33:21 -0300 |
commit | 07b21db95fce5328313d3f3c32291dd1b006ad47 (patch) | |
tree | 1b82c43906ef712676d14f2248010c894a5f20d3 /recipes-bsp/atf/atf_git.bb | |
parent | 5196742e58f831fcd417e005a49f4b5bde31dc94 (diff) | |
download | meta-freescale-07b21db95fce5328313d3f3c32291dd1b006ad47.tar.gz |
atf: Use space instead of +=
using append and += together is undefined behavior in bitbake
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit e1c2979d49a06d583402bca905bedd1055dfe6e9)
Diffstat (limited to 'recipes-bsp/atf/atf_git.bb')
-rw-r--r-- | recipes-bsp/atf/atf_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/atf/atf_git.bb b/recipes-bsp/atf/atf_git.bb index a93cb804..c7e7b15c 100644 --- a/recipes-bsp/atf/atf_git.bb +++ b/recipes-bsp/atf/atf_git.bb | |||
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://license.rst;md5=e927e02bca647e14efd87e9e914b2443" | |||
6 | inherit deploy | 6 | inherit deploy |
7 | 7 | ||
8 | DEPENDS += "u-boot-mkimage-native u-boot openssl openssl-native mbedtls rcw cst-native" | 8 | DEPENDS += "u-boot-mkimage-native u-boot openssl openssl-native mbedtls rcw cst-native" |
9 | DEPENDS_append_lx2160a += "ddr-phy" | 9 | DEPENDS_append_lx2160a = " ddr-phy" |
10 | do_compile[depends] += "u-boot:do_deploy rcw:do_deploy uefi:do_deploy" | 10 | do_compile[depends] += "u-boot:do_deploy rcw:do_deploy uefi:do_deploy" |
11 | 11 | ||
12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |