From b86f4f7591cafd21f7ec2fa15286f81b90d05701 Mon Sep 17 00:00:00 2001 From: Ryan Eatmon Date: Thu, 2 Nov 2023 13:15:19 -0500 Subject: [PATCH] optee-client: Remove upstreamed options Remove the pkgconfig settings since they are upstreamed. Signed-off-by: Ryan Eatmon --- meta-ti-bsp/recipes-security/optee/optee-client-ti.inc | 5 ----- 1 file changed, 5 deletions(-) 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"