diff options
Diffstat (limited to 'meta-systemd/oe-core/recipes-extended')
| -rw-r--r-- | meta-systemd/oe-core/recipes-extended/lighttpd/lighttpd_1.4.32.bbappend | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/meta-systemd/oe-core/recipes-extended/lighttpd/lighttpd_1.4.32.bbappend b/meta-systemd/oe-core/recipes-extended/lighttpd/lighttpd_1.4.32.bbappend index 0e08358b29..89079dcae1 100644 --- a/meta-systemd/oe-core/recipes-extended/lighttpd/lighttpd_1.4.32.bbappend +++ b/meta-systemd/oe-core/recipes-extended/lighttpd/lighttpd_1.4.32.bbappend | |||
| @@ -7,4 +7,11 @@ inherit systemd | |||
| 7 | SRC_URI += "file://lighttpd.service" | 7 | SRC_URI += "file://lighttpd.service" |
| 8 | 8 | ||
| 9 | SYSTEMD_PACKAGES = "${PN}" | 9 | SYSTEMD_PACKAGES = "${PN}" |
| 10 | RPROVIDES_${PN} += "${PN}-systemd" | ||
| 10 | SYSTEMD_SERVICE_${PN} = "lighttpd.service" | 11 | SYSTEMD_SERVICE_${PN} = "lighttpd.service" |
| 12 | |||
| 13 | do_install_append() { | ||
| 14 | install -d ${D}${systemd_unitdir}/system | ||
| 15 | install -m 0644 ${WORKDIR}/lighttpd.service ${D}${systemd_unitdir}/system | ||
| 16 | } | ||
| 17 | |||
