[oe-commits] Henning Heinold : lighttpd: starting depends on three modules

git version control git at git.openembedded.org
Tue Oct 6 10:46:36 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 2403fd53440120102c2c63f3b035c3fe66b50ef2
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=2403fd53440120102c2c63f3b035c3fe66b50ef2

Author: Henning Heinold <heinold at inf.fu-berlin.de>
Date:   Tue Oct  6 12:39:03 2009 +0200

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 at gmail.com>
* bump INC_PR

---

 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 aeb8dc9..a7ee0a0 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 \





More information about the Openembedded-commits mailing list