mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-05-15 07:51:32 +00: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"
|