git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c5f18b
)
lighttpd: starting depends on three modules
author
Henning Heinold
<heinold@inf.fu-berlin.de>
Tue, 6 Oct 2009 10:39:03 +0000
(12:39 +0200)
committer
Henning Heinold
<heinold@inf.fu-berlin.de>
Tue, 6 Oct 2009 10:46:14 +0000
(12:46 +0200)
* 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
recipes/lighttpd/lighttpd.inc
patch
|
blob
|
history
diff --git
a/recipes/lighttpd/lighttpd.inc
b/recipes/lighttpd/lighttpd.inc
index
aeb8dc9
..
a7ee0a0
100644
(file)
--- 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 = "r
4
"
+INC_PR = "r
5
"
SRC_URI = "http://www.lighttpd.net/download/lighttpd-${PV}.tar.gz \
file://index.html \