mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-27 07:50:07 +00:00
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"
|