diff options
| author | Luciano Dittgen <luciano.dittgen@ossystems.com.br> | 2026-09-11 15:56:18 -0300 |
|---|---|---|
| committer | Luciano Dittgen <luciano.dittgen@ossystems.com.br> | 2026-09-11 16:44:52 -0300 |
| commit | 193495ada8fc8ed7a4fc88fc282f45fbb480057a (patch) | |
| tree | 7fb7ff0d4b52fc71053b2a33fe228ef1e3cc3bda | |
| parent | b3f2edf95a130bca1ef8019ed31c9156168d1477 (diff) | |
| download | meta-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.inc | 2 |
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 | |||
| 12 | inherit deploy | 12 | inherit deploy |
| 13 | require optee-fslc.inc | 13 | require optee-fslc.inc |
| 14 | 14 | ||
| 15 | DEPENDS = "openssl optee-client optee-os-tadevkit python3-cryptography-native" | 15 | DEPENDS += "openssl optee-client optee-os-tadevkit python3-cryptography-native" |
| 16 | DEPENDS:append:toolchain-clang = " lld-native" | 16 | DEPENDS:append:toolchain-clang = " lld-native" |
| 17 | 17 | ||
| 18 | SRC_URI = "git://github.com/OP-TEE/optee_test.git;branch=master;protocol=https \ | 18 | SRC_URI = "git://github.com/OP-TEE/optee_test.git;branch=master;protocol=https \ |
