diff options
| author | Chen Qi <Qi.Chen@windriver.com> | 2023-05-04 19:28:01 -0700 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2023-05-08 18:41:45 -0400 |
| commit | 2bb4071ad372d4b5a092c872c0d42b261f757681 (patch) | |
| tree | d3a1f0cd0e23e0e375457faafa419585c7a8d7d6 | |
| parent | f0b35695b6d87134fbd0e704f3979e7b2c3d31e9 (diff) | |
| download | meta-virtualization-2bb4071ad372d4b5a092c872c0d42b261f757681.tar.gz | |
libvirt: fix package QA error
When multilib is enabled we can see the following package QA error.
QA Issue: Files/directories were installed but not shipped in any package:
/usr/lib/firewalld/policies
/usr/lib/firewalld/zones/libvirt-routed.xml
/usr/lib/firewalld/policies/libvirt-to-host.xml
/usr/lib/firewalld/policies/libvirt-routed-out.xml
/usr/lib/firewalld/policies/libvirt-routed-in.xml
These files are now packaged into libvirt-python in case multilib is
not enabled. This is also not correct.
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
| -rw-r--r-- | recipes-extended/libvirt/libvirt_9.2.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-extended/libvirt/libvirt_9.2.0.bb b/recipes-extended/libvirt/libvirt_9.2.0.bb index 98f09417..5e704704 100644 --- a/recipes-extended/libvirt/libvirt_9.2.0.bb +++ b/recipes-extended/libvirt/libvirt_9.2.0.bb | |||
| @@ -82,7 +82,7 @@ FILES:${PN} += "${libdir}/libvirt/connection-driver \ | |||
| 82 | ${@bb.utils.contains('PACKAGECONFIG', 'polkit', '${datadir}/polkit-1', '', d)} \ | 82 | ${@bb.utils.contains('PACKAGECONFIG', 'polkit', '${datadir}/polkit-1', '', d)} \ |
| 83 | ${datadir}/bash-completion/completions/vsh \ | 83 | ${datadir}/bash-completion/completions/vsh \ |
| 84 | ${datadir}/bash-completion/completions/virt-admin \ | 84 | ${datadir}/bash-completion/completions/virt-admin \ |
| 85 | /usr/lib/firewalld/zones/libvirt.xml \ | 85 | /usr/lib/firewalld/ \ |
| 86 | " | 86 | " |
| 87 | 87 | ||
| 88 | FILES:${PN}-dbg += "${libdir}/libvirt/connection-driver/.debug ${libdir}/libvirt/lock-driver/.debug" | 88 | FILES:${PN}-dbg += "${libdir}/libvirt/connection-driver/.debug ${libdir}/libvirt/lock-driver/.debug" |
