diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2018-11-22 16:41:34 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-11-23 23:35:19 +0000 |
commit | 3969a8a865e9b57d56c0fb24676bf27cccf986a8 (patch) | |
tree | 7dc3cb42c5000b5716b340c4fbd1fc9b25e04cbd | |
parent | 71875722a8520bfb35dde91126e4e766bb561b7d (diff) | |
download | poky-3969a8a865e9b57d56c0fb24676bf27cccf986a8.tar.gz |
lighttpd: update to 1.4.51
(From OE-Core rev: 7e95eca23f06bfeb7b780958a46ec01feb58f20b)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-extended/lighttpd/lighttpd_1.4.51.bb (renamed from meta/recipes-extended/lighttpd/lighttpd_1.4.50.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-extended/lighttpd/lighttpd_1.4.50.bb b/meta/recipes-extended/lighttpd/lighttpd_1.4.51.bb index 5373a61d70..f28fd2f690 100644 --- a/meta/recipes-extended/lighttpd/lighttpd_1.4.50.bb +++ b/meta/recipes-extended/lighttpd/lighttpd_1.4.51.bb | |||
@@ -20,8 +20,8 @@ SRC_URI = "http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${PV}.t | |||
20 | file://0001-Use-pkg-config-for-pcre-dependency-instead-of-config.patch \ | 20 | file://0001-Use-pkg-config-for-pcre-dependency-instead-of-config.patch \ |
21 | " | 21 | " |
22 | 22 | ||
23 | SRC_URI[md5sum] = "0547831efda8492648b7f0c652865dfd" | 23 | SRC_URI[md5sum] = "6e68c19601af332fa3c5f174245f59bf" |
24 | SRC_URI[sha256sum] = "29378312d8887cbc14ffe8a7fadef2d5a08c7e7e1be942795142346ad95629eb" | 24 | SRC_URI[sha256sum] = "2af9fdb265d1f025bfa634e13770239712ecbd585e4975b8226edf1df74e9c82" |
25 | 25 | ||
26 | PACKAGECONFIG ??= "openssl pcre zlib \ | 26 | PACKAGECONFIG ??= "openssl pcre zlib \ |
27 | ${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)} \ | 27 | ${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)} \ |