summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@cardoe.com>2017-01-02 23:01:42 -0600
committerBruce Ashfield <bruce.ashfield@windriver.com>2017-01-04 22:32:01 -0500
commitc49fa0df34fa6b8c06747bf43ff19cdf34d67266 (patch)
tree1db1e4a1e86e27e5d6de5d8c2fce76ed5cead790
parent0a98df4c3b7b1701d3b2b732c7f00ef6ef137559 (diff)
downloadmeta-virtualization-c49fa0df34fa6b8c06747bf43ff19cdf34d67266.tar.gz
xen: add gnu-efi to DEPENDS
Allow Xen to build the EFI loader by including the required dependency. Signed-off-by: Doug Goldstein <cardoe@cardoe.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-rw-r--r--recipes-extended/xen/xen.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-extended/xen/xen.inc b/recipes-extended/xen/xen.inc
index bc62a5a8..002a97bb 100644
--- a/recipes-extended/xen/xen.inc
+++ b/recipes-extended/xen/xen.inc
@@ -52,6 +52,7 @@ DEPENDS = " \
52 xz \ 52 xz \
53 yajl \ 53 yajl \
54 zlib \ 54 zlib \
55 gnu-efi \
55 " 56 "
56 57
57# inherit setuptools adds python to RDEPENDS, override it 58# inherit setuptools adds python to RDEPENDS, override it