[oe-commits] Michael Lippautz : lighttpd: Add configuration to CONFFILES.

git version control git at git.openembedded.org
Fri Mar 19 10:16:23 UTC 2010


Module: openembedded.git
Branch: shr/unstable
Commit: eb2093fa769cec9d90568736c7b814a4cb103f7f
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=eb2093fa769cec9d90568736c7b814a4cb103f7f

Author: Michael Lippautz <michael.lippautz at gmail.com>
Date:   Thu Mar 18 20:22:40 2010 +0100

lighttpd: Add configuration to CONFFILES.

Signed-off-by: Michael Lippautz <michael.lippautz at gmail.com>

---

 recipes/lighttpd/lighttpd.inc |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/recipes/lighttpd/lighttpd.inc b/recipes/lighttpd/lighttpd.inc
index e9f8640..f3084ab 100644
--- a/recipes/lighttpd/lighttpd.inc
+++ b/recipes/lighttpd/lighttpd.inc
@@ -10,7 +10,7 @@ RDEPENDS_${PN} += " \
                lighttpd-module-staticfile \
 "
 
-INC_PR = "r8"
+INC_PR = "r9"
 
 SRC_URI = "http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${PV}.tar.gz;name=src \
         file://index.html \
@@ -44,6 +44,8 @@ do_install_append() {
 
 FILES_${PN} += "${sysconfdir} /www"
 
+CONFFILES_${PN} = "${sysconfdir}/lighttpd.conf"
+
 PACKAGES_DYNAMIC = "lighttpd-module-*"
 
 python populate_packages_prepend () {





More information about the Openembedded-commits mailing list