From patchwork Fri Jul 6 02:52:29 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [meta-openembedded, 3/4] lighttpd: Rename to lighttpd_1.4.31.bbappend. Date: Fri, 06 Jul 2012 02:52:29 -0000 From: Elvis Dowson X-Patchwork-Id: 31309 Message-Id: <1341543150-25096-3-git-send-email-elvis.dowson@gmail.com> To: openembedded-devel@lists.openembedded.org Cc: Elvis Dowson This commit renames the lighttpd bbappend file to match the recipe version provided in poky/meta/recipes-extended/lighttpd Signed-off-by: Elvis Dowson --- .../lighttpd/lighttpd_1.4.30.bbappend | 10 ---------- .../lighttpd/lighttpd_1.4.31.bbappend | 10 ++++++++++ 2 files changed, 10 insertions(+), 10 deletions(-) delete mode 100644 meta-oe/recipes-extended/lighttpd/lighttpd_1.4.30.bbappend create mode 100644 meta-oe/recipes-extended/lighttpd/lighttpd_1.4.31.bbappend diff --git a/meta-oe/recipes-extended/lighttpd/lighttpd_1.4.30.bbappend b/meta-oe/recipes-extended/lighttpd/lighttpd_1.4.30.bbappend deleted file mode 100644 index 1341405..0000000 --- a/meta-oe/recipes-extended/lighttpd/lighttpd_1.4.30.bbappend +++ /dev/null @@ -1,10 +0,0 @@ -FILESEXTRAPATHS := "${THISDIR}/${PN}" - -PRINC := "${@int(PRINC) + 3}" - -inherit systemd - -SRC_URI += "file://lighttpd.service" - -SYSTEMD_PACKAGES = "${PN}" -SYSTEMD_SERVICE_${PN} = "lighttpd.service" 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 0000000..1341405 --- /dev/null +++ b/meta-oe/recipes-extended/lighttpd/lighttpd_1.4.31.bbappend @@ -0,0 +1,10 @@ +FILESEXTRAPATHS := "${THISDIR}/${PN}" + +PRINC := "${@int(PRINC) + 3}" + +inherit systemd + +SRC_URI += "file://lighttpd.service" + +SYSTEMD_PACKAGES = "${PN}" +SYSTEMD_SERVICE_${PN} = "lighttpd.service"