| Submitter | Andreas Müller |
|---|---|
| Date | July 4, 2012, 3:40 p.m. |
| Message ID | <1341416451-20362-1-git-send-email-schnitzeltony@googlemail.com> |
| Download | mbox | patch |
| Permalink | /patch/31181/ |
| State | Accepted |
| Headers | show |
Comments
W dniu 04.07.2012 17:40, Andreas Müller pisze: > a/meta-oe/recipes-extended/lighttpd/lighttpd_1.4.30.bbappend > b/meta-oe/recipes-extended/lighttpd/lighttpd_1.4.31.bbappend > inherit systemd Can we finally get version without systemd? With current state of meta-oe I can use lighttpd 1.4.31 without systemd but this change will make it impossible again ;(
On Wed, Jul 4, 2012 at 5:44 PM, Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> wrote: > W dniu 04.07.2012 17:40, Andreas Müller pisze: > >> a/meta-oe/recipes-extended/lighttpd/lighttpd_1.4.30.bbappend >> b/meta-oe/recipes-extended/lighttpd/lighttpd_1.4.31.bbappend > >> inherit systemd > > Can we finally get version without systemd? With current state of > meta-oe I can use lighttpd 1.4.31 without systemd but this change will > make it impossible again ;( Sorry but I cannot follow: the bbappend does nothing but adding systemd - or are you working with the meta-systemd patches? Andreas
Patch
diff --git a/meta-oe/recipes-extended/lighttpd/lighttpd_1.4.30.bbappend b/meta-oe/recipes-extended/lighttpd/lighttpd_1.4.31.bbappend similarity index 84% rename from meta-oe/recipes-extended/lighttpd/lighttpd_1.4.30.bbappend rename to meta-oe/recipes-extended/lighttpd/lighttpd_1.4.31.bbappend index 1341405..df6dac7 100644 --- a/meta-oe/recipes-extended/lighttpd/lighttpd_1.4.30.bbappend +++ b/meta-oe/recipes-extended/lighttpd/lighttpd_1.4.31.bbappend @@ -1,6 +1,6 @@ FILESEXTRAPATHS := "${THISDIR}/${PN}" -PRINC := "${@int(PRINC) + 3}" +PRINC := "${@int(PRINC) + 1}" inherit systemd
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> --- ...pd_1.4.30.bbappend => lighttpd_1.4.31.bbappend} | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) rename meta-oe/recipes-extended/lighttpd/{lighttpd_1.4.30.bbappend => lighttpd_1.4.31.bbappend} (84%)