summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/lighttpd/lighttpd_1.4.31.bbappend
diff options
context:
space:
mode:
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.bbappend10
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 @@
1FILESEXTRAPATHS := "${THISDIR}/${PN}"
2
3PRINC := "${@int(PRINC) + 1}"
4
5inherit systemd
6
7SRC_URI += "file://lighttpd.service"
8
9SYSTEMD_PACKAGES = "${PN}"
10SYSTEMD_SERVICE_${PN} = "lighttpd.service"