diff options
author | David Nyström <david.nystrom@enea.com> | 2013-01-18 14:47:04 +0100 |
---|---|---|
committer | David Nyström <david.nystrom@enea.com> | 2013-01-18 14:47:04 +0100 |
commit | ab5557bd66edbc65e274a00f2df3a9973df29605 (patch) | |
tree | 65c737764624cbec4dc7994c2ee0aa660ea58730 | |
parent | 94b55541c9b9ac25a932c10fe37b8678b72637c5 (diff) | |
download | meta-virtualization-ab5557bd66edbc65e274a00f2df3a9973df29605.tar.gz |
Changed libvirt dependency to netcat-openbsd to match meta-networking
Signed-off-by: David Nyström <david.nystrom@enea.com>
-rw-r--r-- | recipes-extended/libvirt/libvirt_1.0.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-extended/libvirt/libvirt_1.0.0.bb b/recipes-extended/libvirt/libvirt_1.0.0.bb index 53742371..90d7dbb4 100644 --- a/recipes-extended/libvirt/libvirt_1.0.0.bb +++ b/recipes-extended/libvirt/libvirt_1.0.0.bb | |||
@@ -11,7 +11,7 @@ DEPENDS = "bridge-utils gnutls libxml2 lvm2 avahi parted curl libpcap util-linux | |||
11 | # These might be included by PACKAGECONFIG | 11 | # These might be included by PACKAGECONFIG |
12 | #RRECOMMENDS+= "polkit qemu yajl libnl lxc netcf" | 12 | #RRECOMMENDS+= "polkit qemu yajl libnl lxc netcf" |
13 | 13 | ||
14 | RDEPENDS_libvirt-libvirtd += "bridge-utils iptables pm-utils dnsmasq openbsd-netcat" | 14 | RDEPENDS_libvirt-libvirtd += "bridge-utils iptables pm-utils dnsmasq netcat-openbsd" |
15 | RDEPENDS_libvirt-libvirtd_append_x86-64 = " dmidecode" | 15 | RDEPENDS_libvirt-libvirtd_append_x86-64 = " dmidecode" |
16 | RDEPENDS_libvirt-libvirtd_append_x86 = " dmidecode" | 16 | RDEPENDS_libvirt-libvirtd_append_x86 = " dmidecode" |
17 | 17 | ||