summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Patterson <cjp256@gmail.com>2016-01-01 10:54:17 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2016-01-05 11:47:17 -0500
commitfaaa14e113cfec11b295b7b131fa023c548ae238 (patch)
tree3e7887aef6c4b6fdb648e57f1e5899dbe02c5df0
parentdbca9a89c0ddefb18b37ccb630c2951235c689bf (diff)
downloadmeta-virtualization-faaa14e113cfec11b295b7b131fa023c548ae238.tar.gz
xen: add libnl to DEPENDS
Signed-off-by: Chris Patterson <cjp256@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-rw-r--r--recipes-extended/xen/xen.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-extended/xen/xen.inc b/recipes-extended/xen/xen.inc
index 6bc85fe5..d3a8b102 100644
--- a/recipes-extended/xen/xen.inc
+++ b/recipes-extended/xen/xen.inc
@@ -35,6 +35,7 @@ DEPENDS = " \
35 gettext \ 35 gettext \
36 glib-2.0 \ 36 glib-2.0 \
37 iproute2 \ 37 iproute2 \
38 libnl \
38 ncurses \ 39 ncurses \
39 openssl \ 40 openssl \
40 pciutils \ 41 pciutils \