lighttpd: starting depends on three modules
authorHenning Heinold <heinold@inf.fu-berlin.de>
Tue, 6 Oct 2009 10:39:03 +0000 (12:39 +0200)
committerHenning Heinold <heinold@inf.fu-berlin.de>
Tue, 6 Oct 2009 10:46:14 +0000 (12:46 +0200)
* indexfile, dirlisting, staticfile are needed according our config,
  so let RDEPENDS on them
* found out by Michael Lippautz <michael.lippautz@gmail.com>
* bump INC_PR

recipes/lighttpd/lighttpd.inc

index aeb8dc9..a7ee0a0 100644 (file)
@@ -2,8 +2,13 @@ DESCRIPTION = "Web server"
 SECTION = "net"
 LICENSE = "BSD"
 DEPENDS = "libpcre"
+RDEPENDS_${PN} += " \
+                    lighttpd-module-indexfile \
+                    lighttpd-module-dirlisting \
+                    lighttpd-module-staticfile \
+                  "
 
-INC_PR = "r4"
+INC_PR = "r5"
 
 SRC_URI = "http://www.lighttpd.net/download/lighttpd-${PV}.tar.gz \
           file://index.html \