diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2016-11-28 15:34:16 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-11-30 15:48:08 +0000 |
commit | 9e5a55bf76191d1668336baef1b92de861d05164 (patch) | |
tree | 1c9e89e39b7deeadc539c8081a2c55649b797545 /meta/recipes-extended/lighttpd | |
parent | 97afb82e12b4dcf800b79f1ff4633eb3095faa5e (diff) | |
download | poky-9e5a55bf76191d1668336baef1b92de861d05164.tar.gz |
lighttpd: upgrade to 1.4.43
lighttpd no longer builds modules for which dependencies are not present,
so some previously available modules are no more.
(From OE-Core rev: 1008d711b57d82313e53f767fd6fae93e10418ea)
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@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.43.bb (renamed from meta/recipes-extended/lighttpd/lighttpd_1.4.42.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-extended/lighttpd/lighttpd_1.4.42.bb b/meta/recipes-extended/lighttpd/lighttpd_1.4.43.bb index 43856cac70..322f212a73 100644 --- a/meta/recipes-extended/lighttpd/lighttpd_1.4.42.bb +++ b/meta/recipes-extended/lighttpd/lighttpd_1.4.43.bb | |||
@@ -23,8 +23,8 @@ SRC_URI = "http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${PV}.t | |||
23 | file://0001-Use-pkg-config-for-pcre-dependency-instead-of-config.patch \ | 23 | file://0001-Use-pkg-config-for-pcre-dependency-instead-of-config.patch \ |
24 | " | 24 | " |
25 | 25 | ||
26 | SRC_URI[md5sum] = "53c55d7e1dac7adec161cd5490491f6d" | 26 | SRC_URI[md5sum] = "95eda531c27b161ef8fa2b9bf4948caf" |
27 | SRC_URI[sha256sum] = "b2c9069ed0bade9362c27b469a9b884641786aea1c3d686f9fd9f01d15e2a15f" | 27 | SRC_URI[sha256sum] = "fe0c4a06dd2408a83ee7a2bfedc45e09597f3313cbda82485507573ae8fa948a" |
28 | 28 | ||
29 | PACKAGECONFIG ??= "openssl \ | 29 | PACKAGECONFIG ??= "openssl \ |
30 | ${@bb.utils.contains('DISTRO_FEATURES', 'ipv6', 'ipv6', '', d)} \ | 30 | ${@bb.utils.contains('DISTRO_FEATURES', 'ipv6', 'ipv6', '', d)} \ |