diff options
author | Jean-Marc BOUCHE <jean-marc.bouche@foss.st.com> | 2024-02-07 11:20:52 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-02-09 09:52:14 -0800 |
commit | fd53a86d2c63b691c0c3d9c88f381901e027c3bb (patch) | |
tree | 90b9d0b63b1aaa3ab9cf4965ff2428f948749821 | |
parent | 7e45304132af657fed7990e271dd4a9f9255ab43 (diff) | |
download | meta-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.bb | 2 |
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" | |||
19 | USERADD_PACKAGES = "${PN}" | 19 | USERADD_PACKAGES = "${PN}" |
20 | USERADD_PARAM:${PN} = "--system --no-create-home --user-group --shell /bin/nologin rtkit" | 20 | USERADD_PARAM:${PN} = "--system --no-create-home --user-group --shell /bin/nologin rtkit" |
21 | 21 | ||
22 | FILES:${PN} += "${libdir} ${datadir}" | 22 | FILES:${PN} += "${libdir} ${datadir} ${systemd_system_unitdir}" |
23 | 23 | ||