summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuciano Dittgen <luciano.dittgen@ossystems.com.br>2026-09-11 15:56:18 -0300
committerLuciano Dittgen <luciano.dittgen@ossystems.com.br>2026-09-11 16:44:52 -0300
commit193495ada8fc8ed7a4fc88fc282f45fbb480057a (patch)
tree7fb7ff0d4b52fc71053b2a33fe228ef1e3cc3bda
parentb3f2edf95a130bca1ef8019ed31c9156168d1477 (diff)
downloadmeta-freescale-193495ada8fc8ed7a4fc88fc282f45fbb480057a.tar.gz
optee-test-fslc: Append rather than overwrite DEPENDS
The assignment follows two inherits and a require, so a plain '=' would drop anything they contribute. They contribute only through deferred :append/:prepend today, so the expanded DEPENDS is unchanged on both the i.MX and QorIQ consumers, and optee-test.nxp.inc's DEPENDS:remove still strips the entries it targets. Tested with bitbake optee-test -C do_compile on imx8mp-lpddr4-evk; buildhistory delta is empty. Signed-off-by: Luciano Dittgen <luciano.dittgen@ossystems.com.br>
-rw-r--r--recipes-security/optee-imx/optee-test-fslc.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-security/optee-imx/optee-test-fslc.inc b/recipes-security/optee-imx/optee-test-fslc.inc
index 1c8030fa0..b907039b8 100644
--- a/recipes-security/optee-imx/optee-test-fslc.inc
+++ b/recipes-security/optee-imx/optee-test-fslc.inc
@@ -12,7 +12,7 @@ inherit python3native ptest
12inherit deploy 12inherit deploy
13require optee-fslc.inc 13require optee-fslc.inc
14 14
15DEPENDS = "openssl optee-client optee-os-tadevkit python3-cryptography-native" 15DEPENDS += "openssl optee-client optee-os-tadevkit python3-cryptography-native"
16DEPENDS:append:toolchain-clang = " lld-native" 16DEPENDS:append:toolchain-clang = " lld-native"
17 17
18SRC_URI = "git://github.com/OP-TEE/optee_test.git;branch=master;protocol=https \ 18SRC_URI = "git://github.com/OP-TEE/optee_test.git;branch=master;protocol=https \