summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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