From 20a02a7537329ddf5429e513b99f9ded26848f49 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Thu, 25 Nov 2021 13:46:50 +0000 Subject: [PATCH] arm/optee-test: change DEPENDS to optee-os-tadevkit Now that the TA devkit has been split out of optee-os, the build dependencies of optee-test need to be updated too. Signed-off-by: Ross Burton --- meta-arm/recipes-security/optee/optee-test.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-arm/recipes-security/optee/optee-test.inc b/meta-arm/recipes-security/optee/optee-test.inc index b5dfff42..94cf46ff 100644 --- a/meta-arm/recipes-security/optee/optee-test.inc +++ b/meta-arm/recipes-security/optee/optee-test.inc @@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://${S}/LICENSE.md;md5=daa2bcccc666345ab8940aab1315a4fa" inherit python3native ptest require optee.inc -DEPENDS = "optee-client optee-os python3-pycryptodome-native" +DEPENDS = "optee-client optee-os-tadevkit python3-pycryptodome-native" SRC_URI = "git://github.com/OP-TEE/optee_test.git;branch=master;protocol=https \ file://run-ptest \