lighttpd: Convert to new staging. Recipe cleanup.
authorMichael Lippautz <michael.lippautz@gmail.com>
Thu, 18 Mar 2010 18:37:12 +0000 (19:37 +0100)
committerMichael Lippautz <michael.lippautz@gmail.com>
Thu, 18 Mar 2010 18:37:48 +0000 (19:37 +0100)
Signed-off-by: Michael Lippautz <michael.lippautz@gmail.com>
recipes/lighttpd/lighttpd.inc

index 20e85a8..e9f8640 100644 (file)
@@ -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"