xen: add missing pkgconfig inherit

New oe-core pulls in less default dependencies[1], so add an explicit
inherit of pkgconfig as it is needed to configure Xen.

[1] https://lists.openembedded.org/g/openembedded-core/message/156185

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
Ross Burton 2021-10-12 12:56:50 +01:00 committed by Bruce Ashfield
parent f939b5bdbd
commit 6ff0831d7d

View File

@ -2,7 +2,7 @@ HOMEPAGE = "http://xen.org"
LICENSE = "GPLv2"
SECTION = "console/tools"
inherit autotools-brokensep
inherit autotools-brokensep pkgconfig
require xen-arch.inc