diff options
author | Chris Patterson <pattersonc@ainfosec.com> | 2016-03-24 11:01:14 -0400 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2016-03-24 11:31:53 -0400 |
commit | 60d87a0ad7cfdb4fc06f13d69e1b4f4026f8438f (patch) | |
tree | 1832ec0740ab5d16d4f6e154fc476d0b049c8e43 | |
parent | af49562964228c90e556d3493e81ddc8bac6c5ff (diff) | |
download | meta-virtualization-60d87a0ad7cfdb4fc06f13d69e1b4f4026f8438f.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.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-extended/xen/xen.inc b/recipes-extended/xen/xen.inc index 2eba0128..c30988ea 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 \ |