mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-15 16:07:26 +00:00
keymaps: move systemd support to meta-systemd
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
This commit is contained in:
committed by
Koen Kooi
parent
0cee7e28f0
commit
d7639a2ae1
@@ -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"
|
||||
Reference in New Issue
Block a user