From: Mikhail Kashkarov Date: Fri, 20 Dec 2019 13:20:51 +0000 (+0300) Subject: Update pkgconfig lib flags according to Trusted UI code update X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5523e87d9d643ae6b399df681f636004a6d3370a;p=platform%2Fcore%2Fsecurity%2Ftrusted%2Funified-ta-devkit.git Update pkgconfig lib flags according to Trusted UI code update libutee: remove Trusted UI code Removes all the TUI-related code from libutee (lib/libutee/tui), as well as its dependencies: lib/libpng and lib/libzlib. Two reasons for this: 1. This is far from being a complete and testable TUI implementation. In other words, it is dead code, more or less. 2. lib/libzlib (version 1.2.8) contains several CVE vulnerabilities. Even if the code is not used, it may trigger some code analysis tools and is a problem for some projects. https://github.com/OP-TEE/optee_os/commit/be5c06caa42db2c7c59eca9311f5485c15a99029 Signed-off-by: Mikhail Kashkarov --- diff --git a/pkgconfig/ta-devkit.pc.optee.in b/pkgconfig/ta-devkit.pc.optee.in index fde15fa..db3b663 100644 --- a/pkgconfig/ta-devkit.pc.optee.in +++ b/pkgconfig/ta-devkit.pc.optee.in @@ -6,5 +6,5 @@ includedir=${prefix}/include Name: optee-ta-devkit Description: OpTEE TA development kit Version: @PKGCFG_VERSION@ -Libs.private: -L${libdir} -lutee -lpng -lzlib -lutils -lmpa -lutee -lutils -lgcc_eh +Libs.private: -L${libdir} -lutee -lutils -lmpa -lutee -lutils -lgcc_eh Cflags: -I${includedir}/