diff options
author | Ross Burton <ross@burtonini.com> | 2021-10-12 12:56:50 +0100 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-10-12 10:17:49 -0400 |
commit | 6ff0831d7dda275f1b19f9c438bc89cd17505961 (patch) | |
tree | 906f3465bbfcf8e1678e0b990bcda5fe1194ecc4 | |
parent | f939b5bdbd3e19120c78cfa123007d99e53c5f2c (diff) | |
download | meta-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.inc | 2 |
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" | |||
2 | LICENSE = "GPLv2" | 2 | LICENSE = "GPLv2" |
3 | SECTION = "console/tools" | 3 | SECTION = "console/tools" |
4 | 4 | ||
5 | inherit autotools-brokensep | 5 | inherit autotools-brokensep pkgconfig |
6 | 6 | ||
7 | require xen-arch.inc | 7 | require xen-arch.inc |
8 | 8 | ||