From: Henning Heinold Date: Tue, 6 Oct 2009 10:39:03 +0000 (+0200) Subject: lighttpd: starting depends on three modules X-Git-Tag: Release-2010-05/1~2195 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2403fd53440120102c2c63f3b035c3fe66b50ef2;p=openembedded.git lighttpd: starting depends on three modules * indexfile, dirlisting, staticfile are needed according our config, so let RDEPENDS on them * found out by Michael Lippautz * bump INC_PR --- 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 \