1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-07-16 15:57:19 +00:00

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-11-25 13:46:50 +00:00
parent 30a46c3347
commit 26501daba0
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://${S}/LICENSE.md;md5=daa2bcccc666345ab8940aab1315a4fa"
inherit python3native ptest inherit python3native ptest
require optee.inc 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 \ SRC_URI = "git://github.com/OP-TEE/optee_test.git \
file://run-ptest \ file://run-ptest \