mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-05-07 04:58:57 +00:00
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 <ross.burton@arm.com> Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user