aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/lighttpd
diff options
context:
space:
mode:
authorHenning Heinold <heinold@inf.fu-berlin.de>2009-10-15 11:24:27 +0200
committerHenning Heinold <heinold@inf.fu-berlin.de>2009-10-15 11:24:27 +0200
commitf08d6b8bd017f926823dd67fe4f138b53f5e2f7b (patch)
treed7dfaaafd416cb0b6c73c11300161376bcf21893 /recipes/lighttpd
parent9e54aa00b3de07933fabf5f6193a4f40af3b54f9 (diff)
downloadopenembedded-f08d6b8bd017f926823dd67fe4f138b53f5e2f7b.tar.gz
lighttpd: put last 2 missing modules into RDEPENDS
* bump INC_PR
Diffstat (limited to 'recipes/lighttpd')
-rw-r--r--recipes/lighttpd/lighttpd.inc4
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes/lighttpd/lighttpd.inc b/recipes/lighttpd/lighttpd.inc
index a7ee0a0b81..ea627e2524 100644
--- a/recipes/lighttpd/lighttpd.inc
+++ b/recipes/lighttpd/lighttpd.inc
@@ -3,12 +3,14 @@ SECTION = "net"
LICENSE = "BSD"
DEPENDS = "libpcre"
RDEPENDS_${PN} += " \
+ lighttpd-module-access \
+ lighttpd-module-accesslog \
lighttpd-module-indexfile \
lighttpd-module-dirlisting \
lighttpd-module-staticfile \
"
-INC_PR = "r5"
+INC_PR = "r6"
SRC_URI = "http://www.lighttpd.net/download/lighttpd-${PV}.tar.gz \
file://index.html \