From 193495ada8fc8ed7a4fc88fc282f45fbb480057a Mon Sep 17 00:00:00 2001 From: Luciano Dittgen Date: Fri, 11 Sep 2026 15:56:18 -0300 Subject: 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 --- recipes-security/optee-imx/optee-test-fslc.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 inherit deploy require optee-fslc.inc -DEPENDS = "openssl optee-client optee-os-tadevkit python3-cryptography-native" +DEPENDS += "openssl optee-client optee-os-tadevkit python3-cryptography-native" DEPENDS:append:toolchain-clang = " lld-native" SRC_URI = "git://github.com/OP-TEE/optee_test.git;branch=master;protocol=https \ -- cgit v1.2.3-54-g00ecf