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

git at git.openembedded.org git at git.openembedded.org
Mon Aug 25 07:59:45 UTC 2014


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

Author: Chen Qi <Qi.Chen at windriver.com>
Date:   Mon Aug 18 09:51:44 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_215.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-core/systemd/systemd_215.bb b/meta/recipes-core/systemd/systemd_215.bb
index d9eeaa5..7868369 100644
--- a/meta/recipes-core/systemd/systemd_215.bb
+++ b/meta/recipes-core/systemd/systemd_215.bb
@@ -208,7 +208,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