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:50 -0500
commitd35d78a058536219fe016fb710e3797f4fbdbad3 (patch)
tree28ee7190285305b101f564a6c4a06a94a6d2c85f
parentaf093a5b899e6793cb6a30202eed1a4bff465cc1 (diff)
downloadmeta-virtualization-d35d78a058536219fe016fb710e3797f4fbdbad3.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