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/lighttpd_1.4.71.bb (renamed from meta/recipes-extended/lighttpd/lighttpd_1.4.69.bb)9
1 files changed, 3 insertions, 6 deletions
diff --git a/meta/recipes-extended/lighttpd/lighttpd_1.4.69.bb b/meta/recipes-extended/lighttpd/lighttpd_1.4.71.bb
index 8570d85f5e..3959f88b98 100644
--- a/meta/recipes-extended/lighttpd/lighttpd_1.4.69.bb
+++ b/meta/recipes-extended/lighttpd/lighttpd_1.4.71.bb
@@ -7,11 +7,8 @@ LICENSE = "BSD-3-Clause"
7LIC_FILES_CHKSUM = "file://COPYING;md5=e4dac5c6ab169aa212feb5028853a579" 7LIC_FILES_CHKSUM = "file://COPYING;md5=e4dac5c6ab169aa212feb5028853a579"
8 8
9SECTION = "net" 9SECTION = "net"
10RDEPENDS:${PN} = "lighttpd-module-dirlisting \ 10RDEPENDS:${PN} = "lighttpd-module-dirlisting"
11 lighttpd-module-indexfile \ 11RRECOMMENDS:${PN} = "lighttpd-module-accesslog"
12 lighttpd-module-staticfile"
13RRECOMMENDS:${PN} = "lighttpd-module-access \
14 lighttpd-module-accesslog"
15 12
16SRC_URI = "http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${PV}.tar.xz \ 13SRC_URI = "http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${PV}.tar.xz \
17 file://index.html.lighttpd \ 14 file://index.html.lighttpd \
@@ -19,7 +16,7 @@ SRC_URI = "http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${PV}.t
19 file://lighttpd \ 16 file://lighttpd \
20 " 17 "
21 18
22SRC_URI[sha256sum] = "16ac8db95e719629ba61949b99f8a26feba946a81d185215b28379bb4116b0b4" 19SRC_URI[sha256sum] = "b8b6915da20396fdc354df3324d5e440169b2e5ea7859e3a775213841325afac"
23 20
24DEPENDS = "virtual/crypt" 21DEPENDS = "virtual/crypt"
25 22