aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
authorHenning Heinold <heinold@inf.fu-berlin.de>2009-10-06 12:39:03 +0200
committerHenning Heinold <heinold@inf.fu-berlin.de>2009-10-06 12:46:14 +0200
commit2403fd53440120102c2c63f3b035c3fe66b50ef2 (patch)
treefab372f3d4f2e3f6fbc1d0ebb043f49d9d067795 /recipes
parent6c5f18b9311de8db04a9557f61877eca083b3299 (diff)
downloadopenembedded-2403fd53440120102c2c63f3b035c3fe66b50ef2.tar.gz
lighttpd: starting depends on three modules
* 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
Diffstat (limited to 'recipes')
-rw-r--r--recipes/lighttpd/lighttpd.inc7
1 files changed, 6 insertions, 1 deletions
diff --git a/recipes/lighttpd/lighttpd.inc b/recipes/lighttpd/lighttpd.inc
index aeb8dc9bfc..a7ee0a0b81 100644
--- a/recipes/lighttpd/lighttpd.inc
+++ b/recipes/lighttpd/lighttpd.inc
@@ -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 \