diff options
-rw-r--r-- | recipes-extended/libvirt/libvirt_1.0.3.bb | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/recipes-extended/libvirt/libvirt_1.0.3.bb b/recipes-extended/libvirt/libvirt_1.0.3.bb index b0a4e0aa..b29c0559 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 = "r4" | 6 | PR = "r5" |
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" |
@@ -146,4 +146,8 @@ do_install_append() { | |||
146 | 146 | ||
147 | install -m 0755 ${WORKDIR}/libvirtd.sh ${D}/etc/init.d/libvirtd | 147 | install -m 0755 ${WORKDIR}/libvirtd.sh ${D}/etc/init.d/libvirtd |
148 | install -m 0644 ${WORKDIR}/libvirtd.conf ${D}/etc/libvirt/libvirtd.conf | 148 | install -m 0644 ${WORKDIR}/libvirtd.conf ${D}/etc/libvirt/libvirtd.conf |
149 | |||
150 | # This will wind up in the libvirtd package, but will NOT be invoked by default. | ||
151 | # | ||
152 | mv ${D}/usr/libexec/libvirt-guests.sh ${D}/${sysconfdir}/init.d | ||
149 | } | 153 | } |