From: Michael Lippautz Date: Thu, 18 Mar 2010 19:22:40 +0000 (+0100) Subject: lighttpd: Add configuration to CONFFILES. X-Git-Tag: Release-2010-05/1~339^2~20^2~80 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb2093fa769cec9d90568736c7b814a4cb103f7f;p=openembedded.git lighttpd: Add configuration to CONFFILES. Signed-off-by: Michael Lippautz --- diff --git a/recipes/lighttpd/lighttpd.inc b/recipes/lighttpd/lighttpd.inc index e9f8640d66..f3084ab08b 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 () {