diff --git a/meta-arm/recipes-security/optee/optee-test.inc b/meta-arm/recipes-security/optee/optee-test.inc index eb11a124..969d5e23 100644 --- a/meta-arm/recipes-security/optee/optee-test.inc +++ b/meta-arm/recipes-security/optee/optee-test.inc @@ -10,6 +10,7 @@ require optee.inc # Linking fails on musl due to C++/threads # https://github.com/OP-TEE/optee_test/issues/458#issuecomment-720540834 +# When upgraded we should be able to remove this limitation COMPATIBLE_HOST_libc-musl = 'null' DEPENDS = "optee-client optee-os python3-pycryptodomex-native"