mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-09 15:48:32 +00:00
9 lines
201 B
Plaintext
9 lines
201 B
Plaintext
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
|
|
PRINC := "${@int(PRINC) + 6}"
|
|
|
|
SRC_URI += " file://keymaps.service"
|
|
|
|
inherit systemd
|
|
SYSTEMD_PACKAGES = "${PN}-systemd"
|
|
SYSTEMD_SERVICE = "${PN}.service"
|