summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan Eatmon <reatmon@ti.com>2023-11-02 13:15:19 -0500
committerRyan Eatmon <reatmon@ti.com>2023-11-02 13:15:19 -0500
commitb86f4f7591cafd21f7ec2fa15286f81b90d05701 (patch)
tree4684ef5d0c52abbbe4b5ca4197a5df59bece7379
parent4c0952f066689184cba6d955023c9749d91672f9 (diff)
downloadmeta-ti-b86f4f7591cafd21f7ec2fa15286f81b90d05701.tar.gz
optee-client: Remove upstreamed options
Remove the pkgconfig settings since they are upstreamed. Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r--meta-ti-bsp/recipes-security/optee/optee-client-ti.inc5
1 files changed, 0 insertions, 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 @@
1PV = "4.0.0+git${SRCPV}" 1PV = "4.0.0+git${SRCPV}"
2SRCREV = "acb0885c117e73cb6c5c9b1dd9054cb3f93507ee" 2SRCREV = "acb0885c117e73cb6c5c9b1dd9054cb3f93507ee"
3
4inherit pkgconfig
5DEPENDS += "util-linux"
6
7EXTRA_OEMAKE += "PKG_CONFIG=pkg-config"