diff options
-rw-r--r-- | recipes-extended/libvirt/libvirt_0.10.2.bb (renamed from recipes-extended/libvirt/libvirt_0.9.10.bb) | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/recipes-extended/libvirt/libvirt_0.9.10.bb b/recipes-extended/libvirt/libvirt_0.10.2.bb index 1f907024..ca09b2c2 100644 --- a/recipes-extended/libvirt/libvirt_0.9.10.bb +++ b/recipes-extended/libvirt/libvirt_0.10.2.bb | |||
@@ -3,18 +3,18 @@ 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 = "r1" | 6 | PR = "r0" |
7 | 7 | ||
8 | DEPENDS="bridge-utils gnutls libxml2 lvm2 avahi polkit parted curl libpcap util-linux e2fsprogs xen pm-utils iptables ebtables dnsmasq" | 8 | DEPENDS="bridge-utils gnutls libxml2 lvm2 avahi polkit parted curl libpcap util-linux e2fsprogs xen pm-utils iptables ebtables dnsmasq" |
9 | 9 | ||
10 | RDEPENDS_libvirt-libvirtd = "bridge-utils iptables pm-utils dnsmasq xen" | 10 | RDEPENDS_${PN}-libvirtd = "bridge-utils iptables pm-utils dnsmasq xen ebtables dmidecode " |
11 | 11 | ||
12 | SRC_URI = "http://libvirt.org/sources/libvirt-${PV}.tar.gz \ | 12 | SRC_URI = "http://libvirt.org/sources/libvirt-${PV}.tar.gz \ |
13 | file://libvirtd.sh \ | 13 | file://libvirtd.sh \ |
14 | file://libvirtd.conf" | 14 | file://libvirtd.conf" |
15 | 15 | ||
16 | SRC_URI[md5sum] = "a424bb793521e637349da47e93dd5fff" | 16 | SRC_URI[md5sum] = "a5e50860d9da238ba270b528411c4a0d" |
17 | SRC_URI[sha256sum] = "5b81d9f054ee4b395b0ab4f59845d082baaa6d6c2a038c966309156dde16e11d" | 17 | SRC_URI[sha256sum] = "1fe69ae1268a097cc0cf83563883b51780d528c6493efe3e7d94c4160cc46977" |
18 | 18 | ||
19 | inherit autotools gettext update-rc.d | 19 | inherit autotools gettext update-rc.d |
20 | 20 | ||
@@ -82,6 +82,9 @@ FILES_${PN}-libvirtd = "${sysconfdir}/init.d \ | |||
82 | ${sbindir}/libvirtd" | 82 | ${sbindir}/libvirtd" |
83 | 83 | ||
84 | FILES_${PN}-virsh = "${bindir}/virsh" | 84 | FILES_${PN}-virsh = "${bindir}/virsh" |
85 | FILES_${PN} += "${datadir}/augeas/*" | ||
86 | FILES_${PN}-dbg += "${libdir}/${PN}/connection-driver/.debug/*" | ||
87 | FILES_${PN}-staticdev += "${libdir}/*.a ${libdir}/${PN}/connection-driver/*.a" | ||
85 | 88 | ||
86 | INITSCRIPT_PACKAGES = "${PN}-libvirtd" | 89 | INITSCRIPT_PACKAGES = "${PN}-libvirtd" |
87 | INITSCRIPT_NAME_${PN}-libvirtd = "libvirtd" | 90 | INITSCRIPT_NAME_${PN}-libvirtd = "libvirtd" |