diff options
-rw-r--r-- | recipes-extended/libvirt/libvirt_1.0.3.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-extended/libvirt/libvirt_1.0.3.bb b/recipes-extended/libvirt/libvirt_1.0.3.bb index bf8c9ec8..c1c000e0 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 = "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 ebtables dnsmasq readline" | 9 | iptables ebtables dnsmasq readline" |
@@ -94,8 +94,8 @@ FILES_${PN} += "${libdir}/libvirt/connection-driver \ | |||
94 | ${datadir}/augeas \ | 94 | ${datadir}/augeas \ |
95 | ${datadir}/polkit-1" | 95 | ${datadir}/polkit-1" |
96 | 96 | ||
97 | FILES_${PN}-dbg += "${libdir}/libvirt/connection-driver/.debug" | 97 | FILES_${PN}-dbg += "${libdir}/libvirt/connection-driver/.debug ${libdir}/libvirt/lock-driver/.debug" |
98 | FILES_${PN}-staticdev += "${libdir}/*.a ${libdir}/libvirt/connection-driver/*.a" | 98 | FILES_${PN}-staticdev += "${libdir}/*.a ${libdir}/libvirt/connection-driver/*.a ${libdir}/libvirt/lock-driver/*.a" |
99 | 99 | ||
100 | INITSCRIPT_PACKAGES = "${PN}-libvirtd" | 100 | INITSCRIPT_PACKAGES = "${PN}-libvirtd" |
101 | INITSCRIPT_NAME_${PN}-libvirtd = "libvirtd" | 101 | INITSCRIPT_NAME_${PN}-libvirtd = "libvirtd" |