merged. Bruce
In message: [meta-virtualization][PATCH] libvirt: ensure sysusers.d path for libvirt-qemu on 28/09/2024 Tim Orling via lists.yoctoproject.org wrote: > From: Tim Orling <[email protected]> > > In 8138d9cc7e0c31171230110db0cfa881c46a821b the path to > /lib/sysusers.d might not exist, use install -d to ensure > it does. > > Fixes: > install: cannot create regular file > '.../libvirt/v10.5.0+git/image/lib/sysusers.d/libvirt-qemu.conf': > No such file or directory > > Signed-off-by: Tim Orling <[email protected]> > --- > recipes-extended/libvirt/libvirt_git.bb | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/recipes-extended/libvirt/libvirt_git.bb > b/recipes-extended/libvirt/libvirt_git.bb > index 1175e737..bef98b69 100644 > --- a/recipes-extended/libvirt/libvirt_git.bb > +++ b/recipes-extended/libvirt/libvirt_git.bb > @@ -208,7 +208,7 @@ do_install:append() { > > install -m 0755 ${UNPACKDIR}/libvirtd.sh ${D}/etc/init.d/libvirtd > install -m 0644 ${UNPACKDIR}/libvirtd.conf > ${D}/etc/libvirt/libvirtd.conf > - install -m 0644 ${UNPACKDIR}/libvirt-qemu.conf > ${D}${nonarch_base_libdir}/sysusers.d/libvirt-qemu.conf > + install -d -m 0644 ${UNPACKDIR}/libvirt-qemu.conf > ${D}${nonarch_base_libdir}/sysusers.d/libvirt-qemu.conf > > if > ${@bb.utils.contains('DISTRO_FEATURES','sysvinit','true','false',d)}; then > # This will wind up in the libvirtd package, but will NOT be > invoked by default. > -- > 2.46.2 > > > >
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#8904): https://lists.yoctoproject.org/g/meta-virtualization/message/8904 Mute This Topic: https://lists.yoctoproject.org/mt/108714337/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
