summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-systemd/recipes-core/systemd/systemd_git.bb7
1 files changed, 6 insertions, 1 deletions
diff --git a/meta-systemd/recipes-core/systemd/systemd_git.bb b/meta-systemd/recipes-core/systemd/systemd_git.bb
index 6deda826d..bfd1b3037 100644
--- a/meta-systemd/recipes-core/systemd/systemd_git.bb
+++ b/meta-systemd/recipes-core/systemd/systemd_git.bb
@@ -19,7 +19,7 @@ inherit gitpkgv
19PKGV = "v${GITPKGVTAG}" 19PKGV = "v${GITPKGVTAG}"
20 20
21PV = "git" 21PV = "git"
22PR = "r9" 22PR = "r10"
23 23
24inherit useradd pkgconfig autotools perlnative 24inherit useradd pkgconfig autotools perlnative
25 25
@@ -126,6 +126,11 @@ FILES_${PN}-vconsole-setup = "${systemd_unitdir}/systemd-vconsole-setup \
126 126
127RRECOMMENDS_${PN}-vconsole-setup = "kbd kbd-consolefonts" 127RRECOMMENDS_${PN}-vconsole-setup = "kbd kbd-consolefonts"
128 128
129CONFFILES_${PN} = "${sysconfdir}/systemd/journald.conf \
130 ${sysconfdir}/systemd/logind.conf \
131 ${sysconfdir}/systemd/system.conf \
132 ${sysconfdir}/systemd/user.conf"
133
129FILES_${PN} = " ${base_bindir}/* \ 134FILES_${PN} = " ${base_bindir}/* \
130 ${datadir}/dbus-1/services \ 135 ${datadir}/dbus-1/services \
131 ${datadir}/dbus-1/system-services \ 136 ${datadir}/dbus-1/system-services \