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:31:57 -0500
commitbeadd3a8e6b0e010a033f0f7f54a2d5f4e6ff204 (patch)
tree317f1da2675f81ad61d16aa4cfdc8a930e6a4409
parentbec00eb2c9fcecc71050ee6599ebfc1a861bde50 (diff)
downloadmeta-virtualization-beadd3a8e6b0e010a033f0f7f54a2d5f4e6ff204.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 429a05a9..c9ed73f0 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