diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2018-04-04 14:13:00 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-05-04 13:28:02 +0100 |
commit | 6261f8cac5c804e1fdc60236f199d0a4b9638859 (patch) | |
tree | b3f58dcec787a335eed4cfb6fcd1bbc96c3f83a6 /meta/recipes-extended/lighttpd | |
parent | 66baf90a884fe5b39a9fe837c85b49bf9eaac3ae (diff) | |
download | poky-6261f8cac5c804e1fdc60236f199d0a4b9638859.tar.gz |
lighttpd: upgrade 1.4.48 -> 1.4.49
(From OE-Core rev: 741c3222a67f3910c185dc265326717a1f8f92d8)
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/lighttpd')
-rw-r--r-- | meta/recipes-extended/lighttpd/lighttpd_1.4.49.bb (renamed from meta/recipes-extended/lighttpd/lighttpd_1.4.48.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-extended/lighttpd/lighttpd_1.4.48.bb b/meta/recipes-extended/lighttpd/lighttpd_1.4.49.bb index 3c4444cf42..272a66a10d 100644 --- a/meta/recipes-extended/lighttpd/lighttpd_1.4.48.bb +++ b/meta/recipes-extended/lighttpd/lighttpd_1.4.49.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] = "1e3a9eb5078f481e3a8a1d0aaac8c3c8" | 23 | SRC_URI[md5sum] = "aaf8165379351c3766e5ad1e5c9dbe8b" |
24 | SRC_URI[sha256sum] = "0f8ad5aac7529d7b948b9d7e8cd0b4a9e177309d85d6bf6516e28e6e40d74f36" | 24 | SRC_URI[sha256sum] = "aedf49d7127d9e4c0ea56618e9e945a17674dc46a37ac7990120f87dd939ce09" |
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)} \ |