mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-16 12:12:16 +02:00
Signed-off-by: Radek Dostal <rd@radekdostal.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.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) + 3}"
|
|
|
|
inherit systemd
|
|
|
|
SRC_URI += "file://lighttpd.service"
|
|
|
|
SYSTEMD_PACKAGES = "${PN}"
|
|
SYSTEMD_SERVICE_${PN} = "lighttpd.service"
|