rtkit: missing files/directories in package

Fix the following error when building the recipe:
  Files/directories were installed but not shipped in any package:
  /lib
  /lib/systemd
  /lib/systemd/system
  /lib/systemd/system/rtkit-daemon.service

Signed-off-by: Jean-Marc BOUCHE <jean-marc.bouche@foss.st.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Jean-Marc BOUCHE 2024-02-07 11:20:52 +01:00 committed by Khem Raj
parent 7e45304132
commit fd53a86d2c
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -19,5 +19,5 @@ PACKAGECONFIG[systemd] = ",,systemd"
USERADD_PACKAGES = "${PN}"
USERADD_PARAM:${PN} = "--system --no-create-home --user-group --shell /bin/nologin rtkit"
FILES:${PN} += "${libdir} ${datadir}"
FILES:${PN} += "${libdir} ${datadir} ${systemd_system_unitdir}"