diff options
| -rw-r--r-- | recipes-extended/libvirt/libvirt_git.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-extended/libvirt/libvirt_git.bb b/recipes-extended/libvirt/libvirt_git.bb index 432b5da8..b6539bfa 100644 --- a/recipes-extended/libvirt/libvirt_git.bb +++ b/recipes-extended/libvirt/libvirt_git.bb | |||
| @@ -95,7 +95,7 @@ FILES:${PN} += "${libdir}/libvirt/connection-driver \ | |||
| 95 | ${datadir}/bash-completion/completions/vsh \ | 95 | ${datadir}/bash-completion/completions/vsh \ |
| 96 | ${datadir}/bash-completion/completions/virt-admin \ | 96 | ${datadir}/bash-completion/completions/virt-admin \ |
| 97 | /usr/lib/firewalld/ \ | 97 | /usr/lib/firewalld/ \ |
| 98 | ${nonarch_base_libdir}/sysusers.d/ \ | 98 | ${nonarch_libdir}/sysusers.d/ \ |
| 99 | " | 99 | " |
| 100 | 100 | ||
| 101 | FILES:${PN}-dbg += "${libdir}/libvirt/connection-driver/.debug ${libdir}/libvirt/lock-driver/.debug" | 101 | FILES:${PN}-dbg += "${libdir}/libvirt/connection-driver/.debug ${libdir}/libvirt/lock-driver/.debug" |
| @@ -204,11 +204,11 @@ do_install:append() { | |||
| 204 | install -d ${D}/etc/init.d | 204 | install -d ${D}/etc/init.d |
| 205 | install -d ${D}/etc/libvirt | 205 | install -d ${D}/etc/libvirt |
| 206 | install -d ${D}/etc/dnsmasq.d | 206 | install -d ${D}/etc/dnsmasq.d |
| 207 | install -d ${D}${nonarch_base_libdir}/sysusers.d/ | 207 | install -d ${D}${nonarch_libdir}/sysusers.d/ |
| 208 | 208 | ||
| 209 | install -m 0755 ${UNPACKDIR}/libvirtd.sh ${D}/etc/init.d/libvirtd | 209 | install -m 0755 ${UNPACKDIR}/libvirtd.sh ${D}/etc/init.d/libvirtd |
| 210 | install -m 0644 ${UNPACKDIR}/libvirtd.conf ${D}/etc/libvirt/libvirtd.conf | 210 | install -m 0644 ${UNPACKDIR}/libvirtd.conf ${D}/etc/libvirt/libvirtd.conf |
| 211 | install -m 0644 ${UNPACKDIR}/libvirt-qemu.conf ${D}${nonarch_base_libdir}/sysusers.d/libvirt-qemu.conf | 211 | install -m 0644 ${UNPACKDIR}/libvirt-qemu.conf ${D}${nonarch_libdir}/sysusers.d/libvirt-qemu.conf |
| 212 | 212 | ||
| 213 | if ${@bb.utils.contains('DISTRO_FEATURES','sysvinit','true','false',d)}; then | 213 | if ${@bb.utils.contains('DISTRO_FEATURES','sysvinit','true','false',d)}; then |
| 214 | # This will wind up in the libvirtd package, but will NOT be invoked by default. | 214 | # This will wind up in the libvirtd package, but will NOT be invoked by default. |
