summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean-Marc BOUCHE <jean-marc.bouche@foss.st.com>2024-02-07 11:20:52 +0100
committerKhem Raj <raj.khem@gmail.com>2024-02-09 09:52:14 -0800
commitfd53a86d2c63b691c0c3d9c88f381901e027c3bb (patch)
tree90b9d0b63b1aaa3ab9cf4965ff2428f948749821
parent7e45304132af657fed7990e271dd4a9f9255ab43 (diff)
downloadmeta-openembedded-fd53a86d2c63b691c0c3d9c88f381901e027c3bb.tar.gz
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>
-rw-r--r--meta-oe/recipes-support/rtkit/rtkit_0.13.bb2
1 files changed, 1 insertions, 1 deletions
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"
19USERADD_PACKAGES = "${PN}" 19USERADD_PACKAGES = "${PN}"
20USERADD_PARAM:${PN} = "--system --no-create-home --user-group --shell /bin/nologin rtkit" 20USERADD_PARAM:${PN} = "--system --no-create-home --user-group --shell /bin/nologin rtkit"
21 21
22FILES:${PN} += "${libdir} ${datadir}" 22FILES:${PN} += "${libdir} ${datadir} ${systemd_system_unitdir}"
23 23