From 7a8e50297143d6ece0ea380991cc165eb0e6165d Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Thu, 6 Dec 2012 13:36:59 +0000 Subject: lighttpd: follow oe-core to 1.4.32 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller Signed-off-by: Martin Jansa --- .../oe-core/recipes-extended/lighttpd/lighttpd_1.4.31.bbappend | 10 ---------- .../oe-core/recipes-extended/lighttpd/lighttpd_1.4.32.bbappend | 10 ++++++++++ 2 files changed, 10 insertions(+), 10 deletions(-) delete mode 100644 meta-systemd/oe-core/recipes-extended/lighttpd/lighttpd_1.4.31.bbappend create mode 100644 meta-systemd/oe-core/recipes-extended/lighttpd/lighttpd_1.4.32.bbappend (limited to 'meta-systemd/oe-core/recipes-extended') diff --git a/meta-systemd/oe-core/recipes-extended/lighttpd/lighttpd_1.4.31.bbappend b/meta-systemd/oe-core/recipes-extended/lighttpd/lighttpd_1.4.31.bbappend deleted file mode 100644 index b016bdc2fb..0000000000 --- a/meta-systemd/oe-core/recipes-extended/lighttpd/lighttpd_1.4.31.bbappend +++ /dev/null @@ -1,10 +0,0 @@ -FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" - -PRINC := "${@int(PRINC) + 2}" - -inherit systemd - -SRC_URI += "file://lighttpd.service" - -SYSTEMD_PACKAGES = "${PN}" -SYSTEMD_SERVICE_${PN} = "lighttpd.service" 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 new file mode 100644 index 0000000000..0e08358b29 --- /dev/null +++ b/meta-systemd/oe-core/recipes-extended/lighttpd/lighttpd_1.4.32.bbappend @@ -0,0 +1,10 @@ +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" + +PRINC := "${@int(PRINC) + 1}" + +inherit systemd + +SRC_URI += "file://lighttpd.service" + +SYSTEMD_PACKAGES = "${PN}" +SYSTEMD_SERVICE_${PN} = "lighttpd.service" -- cgit 1.2.3-korg