mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-07-19 22:38:08 +02:00
14 lines
246 B
Plaintext
14 lines
246 B
Plaintext
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
|
|
|
|
PRINC := "${@int(PRINC) + 1}"
|
|
|
|
inherit systemd
|
|
|
|
SRC_URI += "file://cloud9.service"
|
|
|
|
inherit systemd
|
|
|
|
NATIVE_SYSTEMD_SUPPORT = "1"
|
|
SYSTEMD_PACKAGES = "${PN}"
|
|
SYSTEMD_SERVICE_${PN} = "cloud9.service"
|