All of lore.kernel.org
 help / color / mirror / Atom feed
* lighttpd 1.4.18 runtime issue
@ 2009-10-05 18:52 Michael Lippautz
  2009-10-05 19:27 ` Phil Blundell
  2009-10-05 19:31 ` Marcin Juszkiewicz
  0 siblings, 2 replies; 10+ messages in thread
From: Michael Lippautz @ 2009-10-05 18:52 UTC (permalink / raw)
  To: openembedded-devel

hej,

lighttpd_1.4.18 is installed with a config that should actually load its
module mod-indexfile.so.

Since the config is pretty default, I added the module to the runtime
depends. (also re-formated recipe, uses tabs now).

Regards,
Michael


diff --git a/recipes/lighttpd/lighttpd_1.4.18.bb
b/recipes/lighttpd/lighttpd_1.4.18.bb
index d5870ba..80d22bc 100644
--- a/recipes/lighttpd/lighttpd_1.4.18.bb
+++ b/recipes/lighttpd/lighttpd_1.4.18.bb
@@ -2,26 +2,31 @@ DESCRIPTION = "Web server"
 SECTION = "net"
 LICENSE = "BSD"
 DEPENDS = "libpcre"
-PR = "r3"
-
-SRC_URI = "http://www.lighttpd.net/download/lighttpd-${PV}.tar.gz \
-	   file://configure.in.patch;patch=1 \
-	   file://mod_redirect.c.patch;patch=1 \
-	   file://src-server.c.patch;patch=1 \
-	   file://index.html \
-	   file://lighttpd.conf \
-	   file://lighttpd"
-
-EXTRA_OECONF="--without-bzip2 \
-		--without-ldap \
-		--without-lua \
-		--without-memcache \
-		--with-pcre \
-		--without-webdav-props \
-		--without-webdav-locks \
-		--without-openssl \
-		--disable-nls \
-		--disable-static"
+PR = "r4"
+
+RDEPENDS_${PN} += " \
+	lighttpd-module-indexfile"
+
+SRC_URI = " \
+	http://www.lighttpd.net/download/lighttpd-${PV}.tar.gz \
+	file://configure.in.patch;patch=1 \
+	file://mod_redirect.c.patch;patch=1 \
+	file://src-server.c.patch;patch=1 \
+	file://index.html \
+	file://lighttpd.conf \
+	file://lighttpd"
+
+EXTRA_OECONF=" \
+	--without-bzip2 \
+	--without-ldap \
+	--without-lua \
+	--without-memcache \
+	--with-pcre \
+	--without-webdav-props \
+	--without-webdav-locks \
+	--without-openssl \
+	--disable-nls \
+	--disable-static"
 
 inherit autotools pkgconfig update-rc.d
 
@@ -44,6 +49,6 @@ FILES_${PN} += "${sysconfdir} /www"
 PACKAGES_DYNAMIC = "lighttpd-module-*"
 
 python populate_packages_prepend () {
-        lighttpd_libdir = bb.data.expand('${libdir}', d)
-        do_split_packages(d, lighttpd_libdir, '^mod_(.*)\.so$',
'lighttpd-module-%s', 'Lighttpd module for %s', extra_depends='')
+	lighttpd_libdir = bb.data.expand('${libdir}', d)
+	do_split_packages(d, lighttpd_libdir, '^mod_(.*)\.so$',
'lighttpd-module-%s', 'Lighttpd module for %s', extra_depends='')
 }





^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2009-10-08 20:09 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-05 18:52 lighttpd 1.4.18 runtime issue Michael Lippautz
2009-10-05 19:27 ` Phil Blundell
2009-10-05 20:25   ` Michael Lippautz
2009-10-05 22:59     ` Otavio Salvador
2009-10-06  9:16       ` Michael Lippautz
2009-10-08  0:46         ` Otavio Salvador
2009-10-08 12:17           ` Michael Lippautz
2009-10-08 20:08             ` Henning Heinold
2009-10-05 19:31 ` Marcin Juszkiewicz
2009-10-05 19:46   ` Michael Lippautz

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.