summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-extended/libvirt/libvirt_10.0.0.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-extended/libvirt/libvirt_10.0.0.bb b/recipes-extended/libvirt/libvirt_10.0.0.bb
index 6b19b700..9ad1f798 100644
--- a/recipes-extended/libvirt/libvirt_10.0.0.bb
+++ b/recipes-extended/libvirt/libvirt_10.0.0.bb
@@ -195,8 +195,8 @@ do_install:append() {
195 install -d ${D}/etc/libvirt 195 install -d ${D}/etc/libvirt
196 install -d ${D}/etc/dnsmasq.d 196 install -d ${D}/etc/dnsmasq.d
197 197
198 install -m 0755 ${WORKDIR}/libvirtd.sh ${D}/etc/init.d/libvirtd 198 install -m 0755 ${UNPACKDIR}/libvirtd.sh ${D}/etc/init.d/libvirtd
199 install -m 0644 ${WORKDIR}/libvirtd.conf ${D}/etc/libvirt/libvirtd.conf 199 install -m 0644 ${UNPACKDIR}/libvirtd.conf ${D}/etc/libvirt/libvirtd.conf
200 200
201 if ${@bb.utils.contains('DISTRO_FEATURES','sysvinit','true','false',d)}; then 201 if ${@bb.utils.contains('DISTRO_FEATURES','sysvinit','true','false',d)}; then
202 # This will wind up in the libvirtd package, but will NOT be invoked by default. 202 # This will wind up in the libvirtd package, but will NOT be invoked by default.
@@ -255,12 +255,12 @@ do_install:append() {
255 mkdir -p ${D}/etc/libvirt/hooks 255 mkdir -p ${D}/etc/libvirt/hooks
256 for hook in "daemon" "lxc" "network" "qemu" 256 for hook in "daemon" "lxc" "network" "qemu"
257 do 257 do
258 install -m 0755 ${WORKDIR}/hook_support.py ${D}/etc/libvirt/hooks/${hook} 258 install -m 0755 ${UNPACKDIR}/hook_support.py ${D}/etc/libvirt/hooks/${hook}
259 done 259 done
260 260
261 # Force the main dnsmasq instance to bind only to specified interfaces and 261 # Force the main dnsmasq instance to bind only to specified interfaces and
262 # to not bind to virbr0. Libvirt will run its own instance on this interface. 262 # to not bind to virbr0. Libvirt will run its own instance on this interface.
263 install -m 644 ${WORKDIR}/dnsmasq.conf ${D}/${sysconfdir}/dnsmasq.d/libvirt-daemon 263 install -m 644 ${UNPACKDIR}/dnsmasq.conf ${D}/${sysconfdir}/dnsmasq.d/libvirt-daemon
264 264
265 # remove .la references to our working diretory 265 # remove .la references to our working diretory
266 for i in `find ${D}${libdir} -type f -name *.la`; do 266 for i in `find ${D}${libdir} -type f -name *.la`; do