mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-02 13:59:59 +00:00
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:
committed by
Khem Raj
parent
7e45304132
commit
fd53a86d2c
@@ -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}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user