diff options
author | Anuj Mittal <anuj.mittal@intel.com> | 2021-02-17 13:52:07 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-02-18 23:40:01 +0000 |
commit | fbb9084e73c331a8447197813b2c67a4f3abb421 (patch) | |
tree | 06c130922eaad168b6197b133a67b455e6d67ed0 /meta/recipes-extended | |
parent | d9adbc055a9d67b5602bc6f8034bbd73b066dd71 (diff) | |
download | poky-fbb9084e73c331a8447197813b2c67a4f3abb421.tar.gz |
lighttpd: upgrade 1.4.58 -> 1.4.59
(From OE-Core rev: 95fb3526f71e03e946209df039f84b7e7a2a91dc)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r-- | meta/recipes-extended/lighttpd/lighttpd_1.4.59.bb (renamed from meta/recipes-extended/lighttpd/lighttpd_1.4.58.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/lighttpd/lighttpd_1.4.58.bb b/meta/recipes-extended/lighttpd/lighttpd_1.4.59.bb index f0589e94c0..705ece8e19 100644 --- a/meta/recipes-extended/lighttpd/lighttpd_1.4.58.bb +++ b/meta/recipes-extended/lighttpd/lighttpd_1.4.59.bb | |||
@@ -19,7 +19,7 @@ SRC_URI = "http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${PV}.t | |||
19 | file://0001-Use-pkg-config-for-pcre-dependency-instead-of-config.patch \ | 19 | file://0001-Use-pkg-config-for-pcre-dependency-instead-of-config.patch \ |
20 | " | 20 | " |
21 | 21 | ||
22 | SRC_URI[sha256sum] = "267feffda13a190ebdce7b15172d8be16da98008457f30fddecd72832d126d0e" | 22 | SRC_URI[sha256sum] = "fb953db273daef08edb6e202556cae8a3d07eed6081c96bd9903db957d1084d5" |
23 | 23 | ||
24 | PACKAGECONFIG ??= "openssl pcre zlib \ | 24 | PACKAGECONFIG ??= "openssl pcre zlib \ |
25 | ${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)} \ | 25 | ${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)} \ |