mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-06-01 01:00:15 +00:00
arm/trusted-services/ts-sp-env-test: add missing DEPENDS
This recipe won't pass configure without the jsonschema and jinja2 Python modules. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
@@ -8,4 +8,6 @@ COMPATIBLE_MACHINE ?= "invalid"
|
|||||||
SP_UUID = "${ENV_TEST_UUID}"
|
SP_UUID = "${ENV_TEST_UUID}"
|
||||||
TS_SP_ENVTEST_CONFIG ?= "baremetal-fvp_base_revc"
|
TS_SP_ENVTEST_CONFIG ?= "baremetal-fvp_base_revc"
|
||||||
|
|
||||||
|
DEPENDS += "python3-jsonschema-native python3-jinja2-native"
|
||||||
|
|
||||||
OECMAKE_SOURCEPATH="${S}/deployments/env-test/config/${TS_SP_ENVTEST_CONFIG}-${TS_ENV}"
|
OECMAKE_SOURCEPATH="${S}/deployments/env-test/config/${TS_SP_ENVTEST_CONFIG}-${TS_ENV}"
|
||||||
|
|||||||
Reference in New Issue
Block a user