diff options
-rw-r--r-- | recipes-extended/libvirt/libvirt_1.0.3.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-extended/libvirt/libvirt_1.0.3.bb b/recipes-extended/libvirt/libvirt_1.0.3.bb index 88cb0187..0364421c 100644 --- a/recipes-extended/libvirt/libvirt_1.0.3.bb +++ b/recipes-extended/libvirt/libvirt_1.0.3.bb | |||
@@ -3,7 +3,7 @@ HOMEPAGE = "http://libvirt.org" | |||
3 | LICENSE = "GPLv2+" | 3 | LICENSE = "GPLv2+" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=fb919cc88dbe06ec0b0bd50e001ccf1f" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=fb919cc88dbe06ec0b0bd50e001ccf1f" |
5 | SECTION = "console/tools" | 5 | SECTION = "console/tools" |
6 | PR = "r2" | 6 | PR = "r3" |
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 ebtables dnsmasq readline" | 9 | iptables ebtables dnsmasq readline" |
@@ -87,6 +87,7 @@ FILES_${PN}-libvirtd = "${sysconfdir}/init.d \ | |||
87 | ${sysconfdir}/sysctl.d \ | 87 | ${sysconfdir}/sysctl.d \ |
88 | ${sysconfdir}/logrotate.d \ | 88 | ${sysconfdir}/logrotate.d \ |
89 | ${sysconfdir}/libvirt/libvirtd.conf \ | 89 | ${sysconfdir}/libvirt/libvirtd.conf \ |
90 | /usr/lib/sysctl.d/libvirtd.conf \ | ||
90 | ${sbindir}/libvirtd" | 91 | ${sbindir}/libvirtd" |
91 | 92 | ||
92 | FILES_${PN}-virsh = "${bindir}/virsh" | 93 | FILES_${PN}-virsh = "${bindir}/virsh" |