diff options
-rw-r--r-- | recipes-extended/libvirt/libvirt_1.1.2.bb | 5 |
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" | |||
3 | LICENSE = "GPLv2+" | 3 | LICENSE = "GPLv2+" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
5 | SECTION = "console/tools" | 5 | SECTION = "console/tools" |
6 | PR = "r0" | 6 | PR = "r1" |
7 | 7 | ||
8 | DEPENDS = "bridge-utils gnutls libxml2 lvm2 avahi parted curl libpcap util-linux e2fsprogs pm-utils \ | 8 | DEPENDS = "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 | # |
16 | RDEPENDS_${PN} = "gettext-runtime" | 13 | RDEPENDS_${PN} = "gettext-runtime" |