mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 16:27:27 +00:00
17ffdaa698
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
9 lines
201 B
Plaintext
9 lines
201 B
Plaintext
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
|
|
PRINC := "${@int(PRINC) + 4}"
|
|
|
|
SRC_URI += " file://keymaps.service"
|
|
|
|
inherit systemd
|
|
SYSTEMD_PACKAGES = "${PN}-systemd"
|
|
SYSTEMD_SERVICE = "${PN}.service"
|