summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaurentiu Palcu <laurentiu.palcu@intel.com>2012-07-03 09:50:27 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-07-04 17:40:31 +0100
commit96ebfa7c5f201ea0cab50f9e3be746c8b3680278 (patch)
tree51fb227176943158bd1f73aa0e5808ed0087e956
parent5384eefe79c974a5db93aa2dc40d022dd092d592 (diff)
downloadpoky-96ebfa7c5f201ea0cab50f9e3be746c8b3680278.tar.gz
lighttpd: upgrade to 1.4.31
(From OE-Core rev: 913f4831aeb83e2c7f08daa47a31089dbf06f2be) Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-extended/lighttpd/lighttpd_1.4.31.bb (renamed from meta/recipes-extended/lighttpd/lighttpd_1.4.30.bb)6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-extended/lighttpd/lighttpd_1.4.30.bb b/meta/recipes-extended/lighttpd/lighttpd_1.4.31.bb
index 161c0d964f..ea41d82267 100644
--- a/meta/recipes-extended/lighttpd/lighttpd_1.4.30.bb
+++ b/meta/recipes-extended/lighttpd/lighttpd_1.4.31.bb
@@ -16,7 +16,7 @@ RDEPENDS_${PN} += " \
16 lighttpd-module-staticfile \ 16 lighttpd-module-staticfile \
17" 17"
18 18
19PR = "r1" 19PR = "r0"
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.lighttpd \ 22 file://index.html.lighttpd \
@@ -25,8 +25,8 @@ SRC_URI = "http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${PV}.t
25 file://lighttpd_fix_for_automake-1.12.patch \ 25 file://lighttpd_fix_for_automake-1.12.patch \
26 " 26 "
27 27
28SRC_URI[md5sum] = "63f9df52dcae0ab5689a95c99c54e48a" 28SRC_URI[md5sum] = "c718cc27658240d307b8a1d1c7c4bb54"
29SRC_URI[sha256sum] = "0d795597e4666dbf6ffe44b4a42f388ddb44736ddfab0b1ac091e5bb35212c2d" 29SRC_URI[sha256sum] = "5209e7a25d3044cb21b34d6a2bb3a6f6c216ba903ea486a803d070582e5e26ac"
30 30
31EXTRA_OECONF = " \ 31EXTRA_OECONF = " \
32 --without-bzip2 \ 32 --without-bzip2 \