diff options
author | Andrej Valek <andrej.valek@siemens.com> | 2017-02-10 13:42:29 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-02-15 20:06:32 -0800 |
commit | 94fc70a60a26c1bc402e0e410ab1992d3d9effb4 (patch) | |
tree | ecda46b77a1aaeec27076b4c56e397911fca2ef0 /meta | |
parent | d87a41d2dc611259989cb1252c34d0c6ef802971 (diff) | |
download | openembedded-core-94fc70a60a26c1bc402e0e410ab1992d3d9effb4.tar.gz openembedded-core-94fc70a60a26c1bc402e0e410ab1992d3d9effb4.tar.bz2 openembedded-core-94fc70a60a26c1bc402e0e410ab1992d3d9effb4.zip |
lighttpd: Upgrade 1.4.43 -> 1.4.45
Signed-off-by: Andrej Valek <andrej.valek@siemens.com>
Signed-off-by: Pascal Bach <pascal.bach@siemens.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-extended/lighttpd/lighttpd_1.4.45.bb (renamed from meta/recipes-extended/lighttpd/lighttpd_1.4.43.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-extended/lighttpd/lighttpd_1.4.43.bb b/meta/recipes-extended/lighttpd/lighttpd_1.4.45.bb index f70f9b7eba..c82d93b8a2 100644 --- a/meta/recipes-extended/lighttpd/lighttpd_1.4.43.bb +++ b/meta/recipes-extended/lighttpd/lighttpd_1.4.45.bb @@ -20,8 +20,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] = "95eda531c27b161ef8fa2b9bf4948caf" -SRC_URI[sha256sum] = "fe0c4a06dd2408a83ee7a2bfedc45e09597f3313cbda82485507573ae8fa948a" +SRC_URI[md5sum] = "a128e1eda76899ce3fd115efae5fe631" +SRC_URI[sha256sum] = "1c97225deea33eefba6d4158c2cef27913d47553263516bbe9d2e2760fc43a3f" PACKAGECONFIG ??= "openssl pcre zlib \ ${@bb.utils.contains('DISTRO_FEATURES', 'ipv6', 'ipv6', '', d)} \ |