diff mbox series

[meta-ti,master] optee-client: Remove upstreamed options

Message ID 20231102182040.25252-1-reatmon@ti.com
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series [meta-ti,master] optee-client: Remove upstreamed options | expand

Commit Message

Ryan Eatmon Nov. 2, 2023, 6:20 p.m. UTC
Remove the pkgconfig settings since they are upstreamed.

Signed-off-by: Ryan Eatmon <reatmon@ti.com>
---
 meta-ti-bsp/recipes-security/optee/optee-client-ti.inc | 5 -----
 1 file changed, 5 deletions(-)
diff mbox series

Patch

diff --git a/meta-ti-bsp/recipes-security/optee/optee-client-ti.inc b/meta-ti-bsp/recipes-security/optee/optee-client-ti.inc
index f64a90c3..0da37acf 100644
--- a/meta-ti-bsp/recipes-security/optee/optee-client-ti.inc
+++ b/meta-ti-bsp/recipes-security/optee/optee-client-ti.inc
@@ -1,7 +1,2 @@ 
 PV = "4.0.0+git${SRCPV}"
 SRCREV = "acb0885c117e73cb6c5c9b1dd9054cb3f93507ee"
-
-inherit pkgconfig
-DEPENDS += "util-linux"
-
-EXTRA_OEMAKE += "PKG_CONFIG=pkg-config"