mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-27 20:07:25 +00:00
943c18cb5b
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
11 lines
195 B
Plaintext
11 lines
195 B
Plaintext
FILESEXTRAPATHS := "${THISDIR}/${PN}"
|
|
|
|
PRINC := "${@int(PRINC) + 1}"
|
|
|
|
inherit systemd
|
|
|
|
SRC_URI += "file://lighttpd.service"
|
|
|
|
SYSTEMD_PACKAGES = "${PN}"
|
|
SYSTEMD_SERVICE_${PN} = "lighttpd.service"
|