mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-17 04:31:56 +02:00
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"
|