From c65139cd012231db6c3994481d11fe118773afab Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Tue, 3 Jan 2012 16:11:06 +0100 Subject: lighttpd: move bbappend to new version to match OE-core Signed-off-by: Koen Kooi --- .../recipes-extended/lighttpd/lighttpd_1.4.29.bbappend | 16 ---------------- .../recipes-extended/lighttpd/lighttpd_1.4.30.bbappend | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 16 deletions(-) delete mode 100644 meta-oe/recipes-extended/lighttpd/lighttpd_1.4.29.bbappend create mode 100644 meta-oe/recipes-extended/lighttpd/lighttpd_1.4.30.bbappend diff --git a/meta-oe/recipes-extended/lighttpd/lighttpd_1.4.29.bbappend b/meta-oe/recipes-extended/lighttpd/lighttpd_1.4.29.bbappend deleted file mode 100644 index b914405b7e..0000000000 --- a/meta-oe/recipes-extended/lighttpd/lighttpd_1.4.29.bbappend +++ /dev/null @@ -1,16 +0,0 @@ -FILESEXTRAPATHS := "${THISDIR}/${PN}" - -PRINC = "1" - -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/ - - 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" - diff --git a/meta-oe/recipes-extended/lighttpd/lighttpd_1.4.30.bbappend b/meta-oe/recipes-extended/lighttpd/lighttpd_1.4.30.bbappend new file mode 100644 index 0000000000..b914405b7e --- /dev/null +++ b/meta-oe/recipes-extended/lighttpd/lighttpd_1.4.30.bbappend @@ -0,0 +1,16 @@ +FILESEXTRAPATHS := "${THISDIR}/${PN}" + +PRINC = "1" + +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/ + + 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" + -- cgit 1.2.3-korg