diff options
author | Henning Heinold <heinold@inf.fu-berlin.de> | 2009-10-06 12:39:03 +0200 |
---|---|---|
committer | Henning Heinold <heinold@inf.fu-berlin.de> | 2009-10-06 12:46:14 +0200 |
commit | 2403fd53440120102c2c63f3b035c3fe66b50ef2 (patch) | |
tree | fab372f3d4f2e3f6fbc1d0ebb043f49d9d067795 /recipes/lighttpd | |
parent | 6c5f18b9311de8db04a9557f61877eca083b3299 (diff) |
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/lighttpd')
-rw-r--r-- | recipes/lighttpd/lighttpd.inc | 7 |
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 \ |