mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-05 05:15:25 +02:00
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:
parent
f939b5bdbd
commit
6ff0831d7d
|
@ -2,7 +2,7 @@ HOMEPAGE = "http://xen.org"
|
|||
LICENSE = "GPLv2"
|
||||
SECTION = "console/tools"
|
||||
|
||||
inherit autotools-brokensep
|
||||
inherit autotools-brokensep pkgconfig
|
||||
|
||||
require xen-arch.inc
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user