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 <ross.burton@arm.com>
This commit is contained in:
Ross Burton
2021-12-01 10:30:54 +00:00
parent 30a46c3347
commit 26501daba0
@@ -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 \
file://run-ptest \