| Message ID | 20260308161432.3415411-1-f_l_k@t-online.de |
|---|---|
| State | Under Review |
| Headers | show |
| Series | systemd: fix installed-vs-shipped error | expand |
diff --git a/meta/recipes-core/systemd/systemd_259.1.bb b/meta/recipes-core/systemd/systemd_259.1.bb index 34dd37ffff..edbbae8e0e 100644 --- a/meta/recipes-core/systemd/systemd_259.1.bb +++ b/meta/recipes-core/systemd/systemd_259.1.bb @@ -675,6 +675,7 @@ FILES:${PN} = " ${base_bindir}/* \ ${nonarch_libdir}/systemd/* \ ${libdir}/systemd/libsystemd-core* \ ${libdir}/pam.d \ + ${nonarch_libdir}/nvpcr \ ${nonarch_libdir}/pam.d \ ${systemd_unitdir}/* \ ${base_libdir}/security/*.so \
There are files installed in /usr/lib/nvpcr that are not shipped. Add them to FILES:${PN}. This fixes ERROR: systemd-1_259.1-r0 do_package: QA Issue: systemd: Files/directories were installed but not shipped in any package /usr/lib/nvpcr /usr/lib/nvpcr/cryptsetup.nvpcr /usr/lib/nvpcr/hardware.nvpcr Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. Signed-off-by: Markus Volk <f_l_k@t-online.de> --- meta/recipes-core/systemd/systemd_259.1.bb | 1 + 1 file changed, 1 insertion(+)