diff --git a/meta-arm/recipes-security/optee/optee-client.inc b/meta-arm/recipes-security/optee/optee-client.inc index f697386c..65c9a447 100644 --- a/meta-arm/recipes-security/optee/optee-client.inc +++ b/meta-arm/recipes-security/optee/optee-client.inc @@ -17,7 +17,10 @@ UPSTREAM_CHECK_GITTAGREGEX = "^(?P\d+(\.\d+)+)$" S = "${WORKDIR}/git" -EXTRA_OECMAKE = "-DBUILD_SHARED_LIBS=ON" +EXTRA_OECMAKE = " \ + -DBUILD_SHARED_LIBS=ON \ + -DCFG_TEE_FS_PARENT_PATH='${localstatedir}/lib/tee' \ +" EXTRA_OECMAKE_append_toolchain-clang = " -DCFG_WERROR=0" do_install_append() {