[oe-commits] Henning Heinold : lighttpd: put last 2 missing modules into RDEPENDS

git version control git at git.openembedded.org
Thu Oct 15 09:46:44 UTC 2009


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

Author: Henning Heinold <heinold at inf.fu-berlin.de>
Date:   Thu Oct 15 11:24:27 2009 +0200

lighttpd: put last 2 missing modules into RDEPENDS
* bump INC_PR

---

 recipes/lighttpd/lighttpd.inc |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/recipes/lighttpd/lighttpd.inc b/recipes/lighttpd/lighttpd.inc
index a7ee0a0..ea627e2 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 \





More information about the Openembedded-commits mailing list