keymaps: move systemd support to meta-systemd

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
This commit is contained in:
Andreas Müller
2012-06-10 21:46:57 +00:00
committed by Koen Kooi
parent 0cee7e28f0
commit d7639a2ae1
2 changed files with 1 additions and 1 deletions
@@ -1,9 +0,0 @@
[Unit]
Description=Loads custom keymap if available
ConditionPathExists=/etc/keymap-2.6.map
[Service]
ExecStart=/usr/bin/loadkeys /etc/keymap-2.6.map
[Install]
WantedBy=multi-user.target
@@ -1,8 +0,0 @@
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
PRINC := "${@int(PRINC) + 5}"
SRC_URI += " file://keymaps.service"
inherit systemd
SYSTEMD_PACKAGES = "${PN}-systemd"
SYSTEMD_SERVICE = "${PN}.service"