summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Burton <ross@burtonini.com>2021-10-12 12:56:50 +0100
committerBruce Ashfield <bruce.ashfield@gmail.com>2021-10-12 10:17:49 -0400
commit6ff0831d7dda275f1b19f9c438bc89cd17505961 (patch)
tree906f3465bbfcf8e1678e0b990bcda5fe1194ecc4
parentf939b5bdbd3e19120c78cfa123007d99e53c5f2c (diff)
downloadmeta-virtualization-6ff0831d7dda275f1b19f9c438bc89cd17505961.tar.gz
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>
-rw-r--r--recipes-extended/xen/xen.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-extended/xen/xen.inc b/recipes-extended/xen/xen.inc
index c0a087ec..d3c7a7d4 100644
--- a/recipes-extended/xen/xen.inc
+++ b/recipes-extended/xen/xen.inc
@@ -2,7 +2,7 @@ HOMEPAGE = "http://xen.org"
2LICENSE = "GPLv2" 2LICENSE = "GPLv2"
3SECTION = "console/tools" 3SECTION = "console/tools"
4 4
5inherit autotools-brokensep 5inherit autotools-brokensep pkgconfig
6 6
7require xen-arch.inc 7require xen-arch.inc
8 8