| commit | 07d2dfab2ecb0f2f1821d69d27b08308b8b339db | [log] [tgz] |
|---|---|---|
| author | Eero Aaltonen <eero.aaltonen@vaisala.com> | Tue Feb 13 12:43:18 2024 +0200 |
| committer | Jérôme Forissier <jerome@forissier.org> | Wed Mar 13 14:17:45 2024 +0100 |
| tree | a523cf65a1840eab4c6ceefaeb03b19c420e3c28 | |
| parent | 6f992c52a8dfa6b6413ec3b83f82a54cee4b3259 [diff] |
libteec: pkgconfig: remove duplicate flags in teec.pc pkg-config --static --libs includes the libraries specified in Libs, so there's no need to repeat them in Libs.private. Signed-off-by: Eero Aaltonen <eero.aaltonen@vaisala.com> Acked-by: Jerome Forissier <jerome.forissier@linaro.org> Acked-by: Etienne Carriere <etienne.carriere@foss.st.com>
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