diff options
author | Zhai Edwin <edwin.zhai@intel.com> | 2011-07-27 16:11:19 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-08-04 15:01:17 +0100 |
commit | 765714d2b4dc2b1f6c73c4a8e5fcd0a0c475ad39 (patch) | |
tree | 80dd5f18021ba837c4fa6ec4699be730bc63f0c0 /meta | |
parent | 1ceaf45f634d11b65aab0f591a86865df49c8c90 (diff) | |
download | openembedded-core-765714d2b4dc2b1f6c73c4a8e5fcd0a0c475ad39.tar.gz openembedded-core-765714d2b4dc2b1f6c73c4a8e5fcd0a0c475ad39.tar.bz2 openembedded-core-765714d2b4dc2b1f6c73c4a8e5fcd0a0c475ad39.zip |
lighttpd: Upgrade to 1.4.29
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-extended/lighttpd/lighttpd_1.4.29.bb (renamed from meta/recipes-extended/lighttpd/lighttpd_1.4.28.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-extended/lighttpd/lighttpd_1.4.28.bb b/meta/recipes-extended/lighttpd/lighttpd_1.4.29.bb index d43766cc45..c1d5f81f62 100644 --- a/meta/recipes-extended/lighttpd/lighttpd_1.4.28.bb +++ b/meta/recipes-extended/lighttpd/lighttpd_1.4.29.bb @@ -18,14 +18,14 @@ RDEPENDS_${PN} += " \ PR = "r0" -SRC_URI = "http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${PV}.tar.gz;name=src \ +SRC_URI = "http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${PV}.tar.bz2 \ file://index.html \ file://lighttpd.conf \ file://lighttpd \ " -SRC_URI[src.md5sum] = "202d36efc6324adb95a3600d2826ec6a" -SRC_URI[src.sha256sum] = "efd7623f43182723b99c51d57a24158e22a207cd90dca35aaf3b2e3bac115712" +SRC_URI[md5sum] = "e6e67b09986cb504db630b5a86b2dd76" +SRC_URI[sha256sum] = "afd8af213e65afb48b397d004696c6620a7ae7f3d4f162ec46a04b9b9dbfd599" EXTRA_OECONF = " \ --without-bzip2 \ |