diff options
| -rw-r--r-- | meta-systemd/recipes-core/systemd/systemd_git.bb | 7 |
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 6deda826d9..bfd1b30371 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 | |||
| 19 | PKGV = "v${GITPKGVTAG}" | 19 | PKGV = "v${GITPKGVTAG}" |
| 20 | 20 | ||
| 21 | PV = "git" | 21 | PV = "git" |
| 22 | PR = "r9" | 22 | PR = "r10" |
| 23 | 23 | ||
| 24 | inherit useradd pkgconfig autotools perlnative | 24 | inherit useradd pkgconfig autotools perlnative |
| 25 | 25 | ||
| @@ -126,6 +126,11 @@ FILES_${PN}-vconsole-setup = "${systemd_unitdir}/systemd-vconsole-setup \ | |||
| 126 | 126 | ||
| 127 | RRECOMMENDS_${PN}-vconsole-setup = "kbd kbd-consolefonts" | 127 | RRECOMMENDS_${PN}-vconsole-setup = "kbd kbd-consolefonts" |
| 128 | 128 | ||
| 129 | CONFFILES_${PN} = "${sysconfdir}/systemd/journald.conf \ | ||
| 130 | ${sysconfdir}/systemd/logind.conf \ | ||
| 131 | ${sysconfdir}/systemd/system.conf \ | ||
| 132 | ${sysconfdir}/systemd/user.conf" | ||
| 133 | |||
| 129 | FILES_${PN} = " ${base_bindir}/* \ | 134 | FILES_${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 \ |
