mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 12:50:22 +02:00
libvirt: fix QA packaging issue when multlib is enabled
The uprev of libvirt introduced a new sysctl file: 60-qemu-postcopy-migration.conf In a standard configuration, the FILES variable of python-libvirt picks up the fiel, but in a multiconfig setup, the definition of ${libdir} changes and the file is missed. Since systcl always looks in /usr/lib, we can't rely only on ${libdir}, so we explicitly add the new .conf file into the packaging. This will allow new additions in the future to be considered as to in which package they belong. Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Preeti Sachan <preeti.sachan@intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
parent
654f8d02a6
commit
d4f84ae3cd
|
@ -63,6 +63,7 @@ FILES:${PN}-libvirtd = " \
|
|||
${sysconfdir}/logrotate.d \
|
||||
${sysconfdir}/libvirt/libvirtd.conf \
|
||||
/usr/lib/sysctl.d/60-libvirtd.conf \
|
||||
/usr/lib/sysctl.d/60-qemu-postcopy-migration.conf \
|
||||
${sbindir}/libvirtd \
|
||||
${systemd_system_unitdir} \
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'sysvinit', '', '${libexecdir}/libvirt-guests.sh', d)} \
|
||||
|
|
Loading…
Reference in New Issue
Block a user