summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-extended/libvirt/libvirt_1.1.2.bb5
1 files changed, 1 insertions, 4 deletions
diff --git a/recipes-extended/libvirt/libvirt_1.1.2.bb b/recipes-extended/libvirt/libvirt_1.1.2.bb
index ca34b3cd..56d6aed5 100644
--- a/recipes-extended/libvirt/libvirt_1.1.2.bb
+++ b/recipes-extended/libvirt/libvirt_1.1.2.bb
@@ -3,14 +3,11 @@ HOMEPAGE = "http://libvirt.org"
3LICENSE = "GPLv2+" 3LICENSE = "GPLv2+"
4LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" 4LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
5SECTION = "console/tools" 5SECTION = "console/tools"
6PR = "r0" 6PR = "r1"
7 7
8DEPENDS = "bridge-utils gnutls libxml2 lvm2 avahi parted curl libpcap util-linux e2fsprogs pm-utils \ 8DEPENDS = "bridge-utils gnutls libxml2 lvm2 avahi parted curl libpcap util-linux e2fsprogs pm-utils \
9 iptables dnsmasq readline" 9 iptables dnsmasq readline"
10 10
11# These might be included by PACKAGECONFIG
12#RRECOMMENDS+= "polkit qemu yajl libnl lxc netcf"
13
14# libvirt-guests.sh needs gettext.sh 11# libvirt-guests.sh needs gettext.sh
15# 12#
16RDEPENDS_${PN} = "gettext-runtime" 13RDEPENDS_${PN} = "gettext-runtime"