lighttpd: Add configuration to CONFFILES.
authorMichael Lippautz <michael.lippautz@gmail.com>
Thu, 18 Mar 2010 19:22:40 +0000 (20:22 +0100)
committerMichael Lippautz <michael.lippautz@gmail.com>
Fri, 19 Mar 2010 09:38:25 +0000 (10:38 +0100)
Signed-off-by: Michael Lippautz <michael.lippautz@gmail.com>
recipes/lighttpd/lighttpd.inc

index e9f8640..f3084ab 100644 (file)
@@ -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 () {