summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/ell
diff options
context:
space:
mode:
authorOleksandr Kravchuk <open.source@oleksandr-kravchuk.com>2019-10-31 18:23:03 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-11-04 13:39:05 +0000
commite40596c4d4c51d92b1f42408c60296001c12b7f3 (patch)
tree6281c25bf3de459c34ca46b68b606068cbe2a8f1 /meta/recipes-core/ell
parent26071fb1553320791bdb0ff75fb9cd6afa994f89 (diff)
downloadpoky-e40596c4d4c51d92b1f42408c60296001c12b7f3.tar.gz
ell: update to 0.26
Changelog: - Fix issue with memory leak and TLS certificates - Fix issue with buffer size and TLS PRF handling - Add support for D-Bus non-root ObjectManager (From OE-Core rev: 3fd06011497770b684642fc8429d72db783748eb) Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/ell')
-rw-r--r--meta/recipes-core/ell/ell_0.26.bb (renamed from meta/recipes-core/ell/ell_0.25.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-core/ell/ell_0.25.bb b/meta/recipes-core/ell/ell_0.26.bb
index f6201f9bf6..f1f252ce4f 100644
--- a/meta/recipes-core/ell/ell_0.25.bb
+++ b/meta/recipes-core/ell/ell_0.26.bb
@@ -14,8 +14,8 @@ DEPENDS = "dbus"
14inherit autotools pkgconfig 14inherit autotools pkgconfig
15 15
16SRC_URI = "https://mirrors.edge.kernel.org/pub/linux/libs/${BPN}/${BPN}-${PV}.tar.xz" 16SRC_URI = "https://mirrors.edge.kernel.org/pub/linux/libs/${BPN}/${BPN}-${PV}.tar.xz"
17SRC_URI[md5sum] = "8a8adc712718c770a72e4df6c9855c26" 17SRC_URI[md5sum] = "4660e25541071e933a2bb02ef2f94e7d"
18SRC_URI[sha256sum] = "7f2be568219d991d566ca50c58a56e69df9a248619fed758dcd9a4b04e655e5b" 18SRC_URI[sha256sum] = "7855b4b8f271ba6ee67d87d0965b975a9a8dbeaa616665ca2248afa3b5fcbc77"
19 19
20do_configure_prepend () { 20do_configure_prepend () {
21 mkdir -p ${S}/build-aux 21 mkdir -p ${S}/build-aux