diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2014-09-03 15:09:04 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-09-03 11:09:05 +0100 |
commit | 758025941fc334723b86dbdaad9af7349b067754 (patch) | |
tree | d4b9675b949206b54d751ac60eadd9e6c63427df | |
parent | 62fdd44972a3b03995dfb1ede7b30025b444b950 (diff) | |
download | poky-758025941fc334723b86dbdaad9af7349b067754.tar.gz |
systemd: add kbd-keymaps to RRECOMMENDS of systemd-vconsole-setup
systemd-vconsole-setup.service not only configures font but also
keymaps.
(From OE-Core rev: ffcd4bf2198171c9663f72d4499d5d55c29abf40)
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-core/systemd/systemd_216.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/systemd/systemd_216.bb b/meta/recipes-core/systemd/systemd_216.bb index 28456dd325..5f7deafec4 100644 --- a/meta/recipes-core/systemd/systemd_216.bb +++ b/meta/recipes-core/systemd/systemd_216.bb | |||
@@ -209,7 +209,7 @@ FILES_${PN}-binfmt = "${sysconfdir}/binfmt.d/ \ | |||
209 | ${systemd_unitdir}/system/systemd-binfmt.service" | 209 | ${systemd_unitdir}/system/systemd-binfmt.service" |
210 | RRECOMMENDS_${PN}-binfmt = "kernel-module-binfmt-misc" | 210 | RRECOMMENDS_${PN}-binfmt = "kernel-module-binfmt-misc" |
211 | 211 | ||
212 | RRECOMMENDS_${PN}-vconsole-setup = "kbd kbd-consolefonts" | 212 | RRECOMMENDS_${PN}-vconsole-setup = "kbd kbd-consolefonts kbd-keymaps" |
213 | 213 | ||
214 | CONFFILES_${PN} = "${sysconfdir}/systemd/journald.conf \ | 214 | CONFFILES_${PN} = "${sysconfdir}/systemd/journald.conf \ |
215 | ${sysconfdir}/systemd/logind.conf \ | 215 | ${sysconfdir}/systemd/logind.conf \ |