summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/lighttpd
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended/lighttpd')
-rw-r--r--meta/recipes-extended/lighttpd/files/index.html.lighttpd (renamed from meta/recipes-extended/lighttpd/files/index.html)0
-rw-r--r--meta/recipes-extended/lighttpd/lighttpd_1.4.29.bb6
2 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-extended/lighttpd/files/index.html b/meta/recipes-extended/lighttpd/files/index.html.lighttpd
index cd25bf17b3..cd25bf17b3 100644
--- a/meta/recipes-extended/lighttpd/files/index.html
+++ b/meta/recipes-extended/lighttpd/files/index.html.lighttpd
diff --git a/meta/recipes-extended/lighttpd/lighttpd_1.4.29.bb b/meta/recipes-extended/lighttpd/lighttpd_1.4.29.bb
index c1d5f81f62..9fdb5f6926 100644
--- a/meta/recipes-extended/lighttpd/lighttpd_1.4.29.bb
+++ b/meta/recipes-extended/lighttpd/lighttpd_1.4.29.bb
@@ -16,10 +16,10 @@ RDEPENDS_${PN} += " \
16 lighttpd-module-staticfile \ 16 lighttpd-module-staticfile \
17" 17"
18 18
19PR = "r0" 19PR = "r1"
20 20
21SRC_URI = "http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${PV}.tar.bz2 \ 21SRC_URI = "http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${PV}.tar.bz2 \
22 file://index.html \ 22 file://index.html.lighttpd \
23 file://lighttpd.conf \ 23 file://lighttpd.conf \
24 file://lighttpd \ 24 file://lighttpd \
25" 25"
@@ -48,7 +48,7 @@ do_install_append() {
48 install -d ${D}${sysconfdir}/init.d ${D}/www/logs ${D}/www/pages/dav ${D}/www/var 48 install -d ${D}${sysconfdir}/init.d ${D}/www/logs ${D}/www/pages/dav ${D}/www/var
49 install -m 0755 ${WORKDIR}/lighttpd ${D}${sysconfdir}/init.d 49 install -m 0755 ${WORKDIR}/lighttpd ${D}${sysconfdir}/init.d
50 install -m 0755 ${WORKDIR}/lighttpd.conf ${D}${sysconfdir} 50 install -m 0755 ${WORKDIR}/lighttpd.conf ${D}${sysconfdir}
51 install -m 0644 ${WORKDIR}/index.html ${D}/www/pages/ 51 install -m 0644 ${WORKDIR}/index.html.lighttpd ${D}/www/pages/index.html
52} 52}
53 53
54FILES_${PN} += "${sysconfdir} /www" 54FILES_${PN} += "${sysconfdir} /www"