blob: 436733ea09fb4c6cce6c10c7fc21de903dce5f6b [file] [log] [blame]
Andrew Geissler23e02792023-07-21 09:06:10 -05001require recipes-security/optee/optee-test.inc
Patrick Williams92b42cb2022-09-03 06:53:57 -05002
Andrew Geissler23e02792023-07-21 09:06:10 -05003SRC_URI += " \
Andrew Geissler80d41842023-09-11 08:36:15 -04004 file://musl-workaround.patch \
Patrick Williams92b42cb2022-09-03 06:53:57 -05005 "
6SRCREV = "da5282a011b40621a2cf7a296c11a35c833ed91b"
7
8EXTRA_OEMAKE:append:libc-musl = " OPTEE_OPENSSL_EXPORT=${STAGING_INCDIR}"
9DEPENDS:append:libc-musl = " openssl"
10CFLAGS:append:libc-musl = " -Wno-error=deprecated-declarations"