[oe-commits] Koen Kooi : lighttpd: add missing dep on zlip

git version control git at git.openembedded.org
Tue May 4 12:46:19 UTC 2010


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

Author: Koen Kooi <koen at openembedded.org>
Date:   Tue May  4 14:45:40 2010 +0200

lighttpd: add missing dep on zlip

---

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

diff --git a/recipes/lighttpd/lighttpd.inc b/recipes/lighttpd/lighttpd.inc
index f3084ab..9c0c7c3 100644
--- 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 \





More information about the Openembedded-commits mailing list