[oe-commits] Chen Qi : systemd: add kbd-keymaps to RRECOMMENDS of systemd-vconsole-setup

git at git.openembedded.org git at git.openembedded.org
Tue Sep 2 13:50:18 UTC 2014


Module: openembedded-core.git
Branch: master-next
Commit: 24e62da3ccebe6b961210c839f0a94e638fa148f
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=24e62da3ccebe6b961210c839f0a94e638fa148f

Author: Chen Qi <Qi.Chen at windriver.com>
Date:   Tue Sep  2 18:53:53 2014 +0800

systemd: add kbd-keymaps to RRECOMMENDS of systemd-vconsole-setup

systemd-vconsole-setup.service not only configures font but also
keymaps.

Signed-off-by: Chen Qi <Qi.Chen at windriver.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-core/systemd/systemd_216.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-core/systemd/systemd_216.bb b/meta/recipes-core/systemd/systemd_216.bb
index eef1359..8fc79e4 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/ \
                       ${systemd_unitdir}/system/systemd-binfmt.service"
 RRECOMMENDS_${PN}-binfmt = "kernel-module-binfmt-misc"
 
-RRECOMMENDS_${PN}-vconsole-setup = "kbd kbd-consolefonts"
+RRECOMMENDS_${PN}-vconsole-setup = "kbd kbd-consolefonts kbd-keymaps"
 
 CONFFILES_${PN} = "${sysconfdir}/systemd/journald.conf \
                 ${sysconfdir}/systemd/logind.conf \



More information about the Openembedded-commits mailing list