From 2403fd53440120102c2c63f3b035c3fe66b50ef2 Mon Sep 17 00:00:00 2001 From: Henning Heinold Date: Tue, 6 Oct 2009 12:39:03 +0200 Subject: 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 --- recipes/lighttpd/lighttpd.inc | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'recipes/lighttpd/lighttpd.inc') 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 \ -- cgit v1.2.3