summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 \