From 9ef0b3d45750ed65d8c26b8ce228376172de327c Mon Sep 17 00:00:00 2001 From: Radek Dostal Date: Mon, 16 Apr 2012 09:36:28 +0000 Subject: lighttpd: lastest oe-core installs lighttpd.conf directly to /etc/ Signed-off-by: Radek Dostal Signed-off-by: Martin Jansa Signed-off-by: Koen Kooi --- meta-oe/recipes-extended/lighttpd/lighttpd/lighttpd.service | 2 +- meta-oe/recipes-extended/lighttpd/lighttpd_1.4.30.bbappend | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/meta-oe/recipes-extended/lighttpd/lighttpd/lighttpd.service b/meta-oe/recipes-extended/lighttpd/lighttpd/lighttpd.service index 18b752f154..f4564f3f7d 100644 --- a/meta-oe/recipes-extended/lighttpd/lighttpd/lighttpd.service +++ b/meta-oe/recipes-extended/lighttpd/lighttpd/lighttpd.service @@ -5,7 +5,7 @@ After=syslog.target [Service] Type=oneshot EnvironmentFile=-/etc/sysconfig/lighttpd -ExecStart=/usr/sbin/lighttpd -D -f /etc/lighttpd/lighttpd.conf +ExecStart=/usr/sbin/lighttpd -D -f /etc/lighttpd.conf RemainAfterExit=yes [Install] diff --git a/meta-oe/recipes-extended/lighttpd/lighttpd_1.4.30.bbappend b/meta-oe/recipes-extended/lighttpd/lighttpd_1.4.30.bbappend index 5449b1a263..13414058ee 100644 --- a/meta-oe/recipes-extended/lighttpd/lighttpd_1.4.30.bbappend +++ b/meta-oe/recipes-extended/lighttpd/lighttpd_1.4.30.bbappend @@ -1,6 +1,6 @@ FILESEXTRAPATHS := "${THISDIR}/${PN}" - -PRINC = "2" + +PRINC := "${@int(PRINC) + 3}" inherit systemd -- cgit 1.2.3-korg