diff options
author | Chris Patterson <pattersonc@ainfosec.com> | 2016-03-24 11:01:14 -0400 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2016-03-29 12:57:25 -0400 |
commit | eba073dbdb1574013560fa7f7a6a727e1e69bc2d (patch) | |
tree | 4ce20c3a94ebd420b3cc1c28f2af00285fb59388 | |
parent | 77ea6548e2b8c35be10ff6c61b5c5f0308ae2a29 (diff) | |
download | meta-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.inc | 2 |
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 \ |