| Submitter | Elvis Dowson |
|---|---|
| Date | July 6, 2012, 2:52 a.m. |
| Message ID | <1341543150-25096-3-git-send-email-elvis.dowson@gmail.com> |
| Download | mbox | patch |
| Permalink | /patch/31309/ |
| State | Superseded, archived |
| Headers | show |
Comments
Patch
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"
This commit renames the lighttpd bbappend file to match the recipe version provided in poky/meta/recipes-extended/lighttpd Signed-off-by: Elvis Dowson <elvis.dowson@gmail.com> --- .../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