summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Patterson <pattersonc@ainfosec.com>2016-03-24 11:01:14 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2016-03-29 12:57:25 -0400
commiteba073dbdb1574013560fa7f7a6a727e1e69bc2d (patch)
tree4ce20c3a94ebd420b3cc1c28f2af00285fb59388
parent77ea6548e2b8c35be10ff6c61b5c5f0308ae2a29 (diff)
downloadmeta-virtualization-eba073dbdb1574013560fa7f7a6a727e1e69bc2d.tar.gz
xen: add curl and gnutls to depends
Addresses QA warnings with regards to rdepends for xen-qemu. Signed-off-by: Chris Patterson <pattersonc@ainfosec.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-rw-r--r--recipes-extended/xen/xen.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-extended/xen/xen.inc b/recipes-extended/xen/xen.inc
index d35bc3f4..c9b85e66 100644
--- a/recipes-extended/xen/xen.inc
+++ b/recipes-extended/xen/xen.inc
@@ -31,9 +31,11 @@ DEPENDS = " \
31 util-linux-native \ 31 util-linux-native \
32 xz-native \ 32 xz-native \
33 bridge-utils \ 33 bridge-utils \
34 curl \
34 dtc \ 35 dtc \
35 gettext \ 36 gettext \
36 glib-2.0 \ 37 glib-2.0 \
38 gnutls \
37 iproute2 \ 39 iproute2 \
38 libnl \ 40 libnl \
39 ncurses \ 41 ncurses \