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>
2 files changed
tree: 64a8afc5e61e3aa1ef1a0cab5e765076c0be37d6
  1. .github/
  2. ci/
  3. libckteec/
  4. libseteec/
  5. libteeacl/
  6. libteec/
  7. public/
  8. scripts/
  9. tee-supplicant/
  10. .gitattributes
  11. .gitignore
  12. .travis.yml
  13. Android.mk
  14. android_flags.mk
  15. CMakeLists.txt
  16. CMakeToolchain.txt
  17. config.mk
  18. flags.mk
  19. LICENSE
  20. Makefile
  21. README.md
  22. typedefs.checkpatch
README.md

OP-TEE Client API

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