diff options
author | Zhai Edwin <edwin.zhai@intel.com> | 2011-12-30 09:53:00 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-01-03 12:14:38 +0000 |
commit | e3928c590c1c870ef52672f56d5188a60747a8c2 (patch) | |
tree | 49c24df4abe9c495081127ceabc1b21172d33c4e /meta/recipes-extended/lighttpd | |
parent | 8a21b1de584e5e877dad67ebcc387184a850b9a4 (diff) | |
download | poky-e3928c590c1c870ef52672f56d5188a60747a8c2.tar.gz |
lighttpd: Upgrade to 1.4.30
(From OE-Core rev: 26d2c86babf13d594d7e735c7bf15196d33605de)
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/lighttpd')
-rw-r--r-- | meta/recipes-extended/lighttpd/lighttpd_1.4.30.bb (renamed from meta/recipes-extended/lighttpd/lighttpd_1.4.29.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-extended/lighttpd/lighttpd_1.4.29.bb b/meta/recipes-extended/lighttpd/lighttpd_1.4.30.bb index 9fdb5f6926..2c247f0531 100644 --- a/meta/recipes-extended/lighttpd/lighttpd_1.4.29.bb +++ b/meta/recipes-extended/lighttpd/lighttpd_1.4.30.bb | |||
@@ -16,7 +16,7 @@ RDEPENDS_${PN} += " \ | |||
16 | lighttpd-module-staticfile \ | 16 | lighttpd-module-staticfile \ |
17 | " | 17 | " |
18 | 18 | ||
19 | PR = "r1" | 19 | PR = "r0" |
20 | 20 | ||
21 | SRC_URI = "http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${PV}.tar.bz2 \ | 21 | SRC_URI = "http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${PV}.tar.bz2 \ |
22 | file://index.html.lighttpd \ | 22 | file://index.html.lighttpd \ |
@@ -24,8 +24,8 @@ SRC_URI = "http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${PV}.t | |||
24 | file://lighttpd \ | 24 | file://lighttpd \ |
25 | " | 25 | " |
26 | 26 | ||
27 | SRC_URI[md5sum] = "e6e67b09986cb504db630b5a86b2dd76" | 27 | SRC_URI[md5sum] = "63f9df52dcae0ab5689a95c99c54e48a" |
28 | SRC_URI[sha256sum] = "afd8af213e65afb48b397d004696c6620a7ae7f3d4f162ec46a04b9b9dbfd599" | 28 | SRC_URI[sha256sum] = "0d795597e4666dbf6ffe44b4a42f388ddb44736ddfab0b1ac091e5bb35212c2d" |
29 | 29 | ||
30 | EXTRA_OECONF = " \ | 30 | EXTRA_OECONF = " \ |
31 | --without-bzip2 \ | 31 | --without-bzip2 \ |