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:36 -0400
commitaaeb4f49c04d1f5204d72abc521304e9c125a4f2 (patch)
tree1f8a7abef6e93ac86a7c14b2bfe8e5255ba86150
parent45e5f2e821784f0b55a41ee5f08d7acb98f8f288 (diff)
downloadmeta-virtualization-aaeb4f49c04d1f5204d72abc521304e9c125a4f2.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