summaryrefslogtreecommitdiffstats
path: root/recipes-extended/xen
diff options
context:
space:
mode:
authorChristopher Clark <christopher.w.clark@gmail.com>2020-02-25 16:15:52 -0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2020-02-27 16:59:22 -0500
commit6ca1cd1f24157559ec05f6c84b82cc8dc4de4123 (patch)
tree62e9ed1a2fee8eecf6a612ccfcb7c2a826c89f6c /recipes-extended/xen
parentde56ffb7c8034a7853c4cc055cbaeea53568572b (diff)
downloadmeta-virtualization-6ca1cd1f24157559ec05f6c84b82cc8dc4de4123.tar.gz
xen: add RDEPENDS for xen-pygrub and xen-python packages
Signed-off-by: Christopher Clark <christopher.clark6@baesystems.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-extended/xen')
-rw-r--r--recipes-extended/xen/xen.inc8
1 files changed, 8 insertions, 0 deletions
diff --git a/recipes-extended/xen/xen.inc b/recipes-extended/xen/xen.inc
index 380b1933..7b1397f3 100644
--- a/recipes-extended/xen/xen.inc
+++ b/recipes-extended/xen/xen.inc
@@ -108,6 +108,14 @@ RDEPENDS_${PN}-misc = " \
108 python \ 108 python \
109 " 109 "
110 110
111RDEPENDS_${PN}-python = " \
112 python \
113 "
114
115RDEPENDS_${PN}-pygrub = " \
116 ${PN}-python \
117 "
118
111RDEPENDS_${PN}-remus = " \ 119RDEPENDS_${PN}-remus = " \
112 bash \ 120 bash \
113 python \ 121 python \