diff options
Diffstat (limited to 'meta-oe/recipes-extended/lighttpd/lighttpd_1.4.31.bbappend')
-rw-r--r-- | meta-oe/recipes-extended/lighttpd/lighttpd_1.4.31.bbappend | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/lighttpd/lighttpd_1.4.31.bbappend b/meta-oe/recipes-extended/lighttpd/lighttpd_1.4.31.bbappend new file mode 100644 index 000000000..df6dac759 --- /dev/null +++ b/meta-oe/recipes-extended/lighttpd/lighttpd_1.4.31.bbappend | |||
@@ -0,0 +1,10 @@ | |||
1 | FILESEXTRAPATHS := "${THISDIR}/${PN}" | ||
2 | |||
3 | PRINC := "${@int(PRINC) + 1}" | ||
4 | |||
5 | inherit systemd | ||
6 | |||
7 | SRC_URI += "file://lighttpd.service" | ||
8 | |||
9 | SYSTEMD_PACKAGES = "${PN}" | ||
10 | SYSTEMD_SERVICE_${PN} = "lighttpd.service" | ||