From e0023c5a6eccdb20e0ecf892fcb5ecc7743b3b0b Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Fri, 9 Mar 2012 10:13:55 +0000 Subject: lighttpd: inherit systemd / remove unneded systemd code MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller Signed-off-by: Khem Raj --- .../recipes-extended/lighttpd/lighttpd_1.4.30.bbappend | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) (limited to 'meta-oe') diff --git a/meta-oe/recipes-extended/lighttpd/lighttpd_1.4.30.bbappend b/meta-oe/recipes-extended/lighttpd/lighttpd_1.4.30.bbappend index b914405b7e..5449b1a263 100644 --- a/meta-oe/recipes-extended/lighttpd/lighttpd_1.4.30.bbappend +++ b/meta-oe/recipes-extended/lighttpd/lighttpd_1.4.30.bbappend @@ -1,16 +1,10 @@ FILESEXTRAPATHS := "${THISDIR}/${PN}" -PRINC = "1" +PRINC = "2" -SRC_URI += "file://lighttpd.service" - -do_install_append() { - install -d ${D}${base_libdir}/systemd/systemd/ - install -m 0644 ${WORKDIR}/lighttpd.service ${D}${base_libdir}/systemd/systemd/ +inherit systemd - install -d ${D}${base_libdir}/systemd/systemd/multi-user.target.wants - ln -sf ../lighttpd.service ${D}${base_libdir}/systemd/systemd/multi-user.target.wants -} - -FILES_${PN} += "${base_libdir}/systemd" +SRC_URI += "file://lighttpd.service" +SYSTEMD_PACKAGES = "${PN}" +SYSTEMD_SERVICE_${PN} = "lighttpd.service" -- cgit 1.2.3-korg