diff options
author | Valentin Popa <valentin.popa@intel.com> | 2014-04-29 12:34:54 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-04-30 16:36:41 +0100 |
commit | cdbcadee68a47e985d25ba39359f3a3fa0049a8a (patch) | |
tree | 9857877679ee07b98c93f4bbc2849b8b12de5688 | |
parent | 013cfd1840fa40742849ff5f9c9a116fbff3e61f (diff) | |
download | openembedded-core-cdbcadee68a47e985d25ba39359f3a3fa0049a8a.tar.gz openembedded-core-cdbcadee68a47e985d25ba39359f3a3fa0049a8a.tar.bz2 openembedded-core-cdbcadee68a47e985d25ba39359f3a3fa0049a8a.zip |
lighttpd: upgrade to 1.4.35
Signed-off-by: Valentin Popa <valentin.popa@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
-rw-r--r-- | meta/recipes-extended/lighttpd/lighttpd_1.4.35.bb (renamed from meta/recipes-extended/lighttpd/lighttpd_1.4.33.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-extended/lighttpd/lighttpd_1.4.33.bb b/meta/recipes-extended/lighttpd/lighttpd_1.4.35.bb index 2ea5f85b15..bcab7d1931 100644 --- a/meta/recipes-extended/lighttpd/lighttpd_1.4.33.bb +++ b/meta/recipes-extended/lighttpd/lighttpd_1.4.35.bb @@ -25,8 +25,8 @@ SRC_URI = "http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${PV}.t file://lighttpd.service \ " -SRC_URI[md5sum] = "e66b8164e5fc5a6beec0823b697fbe1d" -SRC_URI[sha256sum] = "2ff2324658c0f90e7d39afd40f08f11ca230903b9019c31a2bbecd8f087f235e" +SRC_URI[md5sum] = "f7a88130ee9984b421ad8aa80629750a" +SRC_URI[sha256sum] = "4a71c1f6d8af41ed894b507720c4c17184dc320590013881d5170ca7f15c5bf7" EXTRA_OECONF = " \ --without-bzip2 \ |