| commit | dd2d39b49975d2ada7870fe2b7f5a84d0d3860dc | [log] [tgz] |
|---|---|---|
| author | Baocheng Su <baocheng.su@siemens.com> | Mon Nov 07 20:19:29 2022 +0800 |
| committer | Jérôme Forissier <jerome@forissier.org> | Fri Dec 09 10:35:29 2022 +0100 |
| tree | 64a8afc5e61e3aa1ef1a0cab5e765076c0be37d6 | |
| parent | 1056b40862203ef5a561d088fd7bb54e79a46e0e [diff] |
libteeacl: Move uuid-dev checking in libteec makefile
For uuid dependency checking, cross compiler version pkg-config should
be used. However top level makefile does not hold the information of the
cross compiler. To solve that, move the checking from top level makefile
to the library level.
Fixes: d448e8bb2e52 ("Allow cross-compile pkg-config")
Signed-off-by: Su Bao Cheng <baocheng.su@siemens.com>
Reviewed-by: Jens Wiklander <jens.wiklander@linaro.org>
Acked-by: Etienne Carriere <etienne.carriere@linaro.org>
This git contains source code for the non-secure side implementation of the OP-TEE project making up the client library and tee-supplicant.
All official OP-TEE documentation has moved to http://optee.readthedocs.io. The information that used to be here in this git can be found under optee_client.
// OP-TEE core maintainers