summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/atf
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2020-11-14 08:44:48 -0800
committerOtavio Salvador <otavio@ossystems.com.br>2020-12-08 15:53:19 -0300
commit3c160a3bf35207e25d4c1d3281a79d0ecd1db6b5 (patch)
tree9e2866ed24a2ea197d8130370bc2d566d2f794ad /recipes-bsp/atf
parent9793fac83e852883476d62bae7924c9d0c0a3cf1 (diff)
downloadmeta-freescale-3c160a3bf35207e25d4c1d3281a79d0ecd1db6b5.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>
Diffstat (limited to 'recipes-bsp/atf')
-rw-r--r--recipes-bsp/atf/atf_git.bb2
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"
6inherit deploy 6inherit deploy
7 7
8DEPENDS += "u-boot-mkimage-native u-boot openssl openssl-native mbedtls rcw cst-native" 8DEPENDS += "u-boot-mkimage-native u-boot openssl openssl-native mbedtls rcw cst-native"
9DEPENDS_append_lx2160a += "ddr-phy" 9DEPENDS_append_lx2160a = " ddr-phy"
10do_compile[depends] += "u-boot:do_deploy rcw:do_deploy uefi:do_deploy" 10do_compile[depends] += "u-boot:do_deploy rcw:do_deploy uefi:do_deploy"
11 11
12S = "${WORKDIR}/git" 12S = "${WORKDIR}/git"