From 7a126f00ded5a4cf013df80e75198c1f55883eca Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Fri, 29 Sep 2023 16:21:21 +0100 Subject: [PATCH] arm/trusted-services: add missing pkgconfig inherit The configure log warns that it couldn't find pkgconfig, so add this so it can. Signed-off-by: Ross Burton Signed-off-by: Jon Mason --- meta-arm/recipes-security/trusted-services/trusted-services.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-arm/recipes-security/trusted-services/trusted-services.inc b/meta-arm/recipes-security/trusted-services/trusted-services.inc index c64a1d41..b46cd498 100644 --- a/meta-arm/recipes-security/trusted-services/trusted-services.inc +++ b/meta-arm/recipes-security/trusted-services/trusted-services.inc @@ -3,7 +3,7 @@ HOMEPAGE = "https://trusted-services.readthedocs.io/en/latest/index.html" LICENSE = "Apache-2.0 & BSD-3-Clause & Zlib" -inherit python3native cmake +inherit python3native cmake pkgconfig COMPATIBLE_HOST = "aarch64.*-linux" COMPATIBLE_MACHINE ?= "invalid"