mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +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:
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}"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user