[oe-commits] Michael Lippautz : lighttpd: Convert to new staging. Recipe cleanup.

git version control git at git.openembedded.org
Fri Mar 19 21:01:37 UTC 2010


Module: openembedded.git
Branch: rik/perl-5.10
Commit: 8471bbd175bc8571e1207febdca20858af12b54e
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=8471bbd175bc8571e1207febdca20858af12b54e

Author: Michael Lippautz <michael.lippautz at gmail.com>
Date:   Thu Mar 18 19:37:12 2010 +0100

lighttpd: Convert to new staging. Recipe cleanup.
Signed-off-by: Michael Lippautz <michael.lippautz at gmail.com>

---

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

diff --git a/recipes/lighttpd/lighttpd.inc b/recipes/lighttpd/lighttpd.inc
index 20e85a8..e9f8640 100644
--- a/recipes/lighttpd/lighttpd.inc
+++ b/recipes/lighttpd/lighttpd.inc
@@ -3,32 +3,32 @@ SECTION = "net"
 LICENSE = "BSD"
 DEPENDS = "libpcre"
 RDEPENDS_${PN} += " \
-                    lighttpd-module-access \
-                    lighttpd-module-accesslog \
-                    lighttpd-module-indexfile \
-                    lighttpd-module-dirlisting \
-                    lighttpd-module-staticfile \
-                  "
+               lighttpd-module-access \
+               lighttpd-module-accesslog \
+               lighttpd-module-indexfile \
+               lighttpd-module-dirlisting \
+               lighttpd-module-staticfile \
+"
 
-INC_PR = "r7"
+INC_PR = "r8"
 
 SRC_URI = "http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${PV}.tar.gz;name=src \
-	   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-static \
-             "
+        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-static \
+"
 
 inherit autotools pkgconfig update-rc.d gettext
 
@@ -36,14 +36,10 @@ INITSCRIPT_NAME = "lighttpd"
 INITSCRIPT_PARAMS = "defaults 70"
 
 do_install_append() {
-	install -d ${D}${sysconfdir}/init.d ${D}/www/logs ${D}/www/pages/dav ${D}/www/var
-	install -m 0755 ${WORKDIR}/lighttpd ${D}${sysconfdir}/init.d
-	install -m 0755 ${WORKDIR}/lighttpd.conf ${D}${sysconfdir}
-	install -m 0644 ${WORKDIR}/index.html ${D}/www/pages/
-}
-
-do_stage() {
-	autotools_stage_all
+    install -d ${D}${sysconfdir}/init.d ${D}/www/logs ${D}/www/pages/dav ${D}/www/var
+    install -m 0755 ${WORKDIR}/lighttpd ${D}${sysconfdir}/init.d
+    install -m 0755 ${WORKDIR}/lighttpd.conf ${D}${sysconfdir}
+    install -m 0644 ${WORKDIR}/index.html ${D}/www/pages/
 }
 
 FILES_${PN} += "${sysconfdir} /www"





More information about the Openembedded-commits mailing list