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:
80ed94e
)
lighttpd: add missing dep on zlip
author
Koen Kooi
<koen@openembedded.org>
Tue, 4 May 2010 12:45:40 +0000
(14:45 +0200)
committer
Koen Kooi
<koen@openembedded.org>
Tue, 4 May 2010 12:45:40 +0000
(14:45 +0200)
recipes/lighttpd/lighttpd.inc
patch
|
blob
|
history
diff --git
a/recipes/lighttpd/lighttpd.inc
b/recipes/lighttpd/lighttpd.inc
index
f3084ab
..
9c0c7c3
100644
(file)
--- a/
recipes/lighttpd/lighttpd.inc
+++ b/
recipes/lighttpd/lighttpd.inc
@@
-1,7
+1,7
@@
DESCRIPTION = "Web server"
SECTION = "net"
LICENSE = "BSD"
-DEPENDS = "libpcre"
+DEPENDS = "
zlib
libpcre"
RDEPENDS_${PN} += " \
lighttpd-module-access \
lighttpd-module-accesslog \