From fd53a86d2c63b691c0c3d9c88f381901e027c3bb Mon Sep 17 00:00:00 2001 From: Jean-Marc BOUCHE Date: Wed, 7 Feb 2024 11:20:52 +0100 Subject: 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 Signed-off-by: Khem Raj --- meta-oe/recipes-support/rtkit/rtkit_0.13.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-support/rtkit/rtkit_0.13.bb b/meta-oe/recipes-support/rtkit/rtkit_0.13.bb index 7ae9925038..4f06e55e8e 100644 --- a/meta-oe/recipes-support/rtkit/rtkit_0.13.bb +++ b/meta-oe/recipes-support/rtkit/rtkit_0.13.bb @@ -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}" -- cgit v1.2.3-54-g00ecf