diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2016-10-18 17:44:20 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-10-28 11:27:33 +0100 |
commit | 0ca7196bafa7d01afec4ca1e8c86c3a6f81bbf0b (patch) | |
tree | 7cc55ce5915c9539b7def69c239415ae3ee5997f /meta/recipes-extended/lighttpd | |
parent | b6b09ca882a8f91bcb3924668771f3223051f899 (diff) | |
download | openembedded-core-0ca7196bafa7d01afec4ca1e8c86c3a6f81bbf0b.tar.gz openembedded-core-0ca7196bafa7d01afec4ca1e8c86c3a6f81bbf0b.tar.bz2 openembedded-core-0ca7196bafa7d01afec4ca1e8c86c3a6f81bbf0b.zip |
lighttpd: update to 1.4.42
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-extended/lighttpd')
-rw-r--r-- | meta/recipes-extended/lighttpd/lighttpd_1.4.42.bb (renamed from meta/recipes-extended/lighttpd/lighttpd_1.4.41.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-extended/lighttpd/lighttpd_1.4.41.bb b/meta/recipes-extended/lighttpd/lighttpd_1.4.42.bb index 1a3f323428..43856cac70 100644 --- a/meta/recipes-extended/lighttpd/lighttpd_1.4.41.bb +++ b/meta/recipes-extended/lighttpd/lighttpd_1.4.42.bb @@ -23,8 +23,8 @@ SRC_URI = "http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${PV}.t file://0001-Use-pkg-config-for-pcre-dependency-instead-of-config.patch \ " -SRC_URI[md5sum] = "1df2e4dbc965cfe6f99f008ac3db4d8d" -SRC_URI[sha256sum] = "4bcc383ef6d6dc7b284f68882d71a178e2986c83c4e85eeb3c8f3b882e346b6c" +SRC_URI[md5sum] = "53c55d7e1dac7adec161cd5490491f6d" +SRC_URI[sha256sum] = "b2c9069ed0bade9362c27b469a9b884641786aea1c3d686f9fd9f01d15e2a15f" PACKAGECONFIG ??= "openssl \ ${@bb.utils.contains('DISTRO_FEATURES', 'ipv6', 'ipv6', '', d)} \ |