From e40596c4d4c51d92b1f42408c60296001c12b7f3 Mon Sep 17 00:00:00 2001 From: Oleksandr Kravchuk Date: Thu, 31 Oct 2019 18:23:03 +0100 Subject: 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 Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-core/ell/ell_0.25.bb | 22 ---------------------- meta/recipes-core/ell/ell_0.26.bb | 22 ++++++++++++++++++++++ 2 files changed, 22 insertions(+), 22 deletions(-) delete mode 100644 meta/recipes-core/ell/ell_0.25.bb create mode 100644 meta/recipes-core/ell/ell_0.26.bb (limited to 'meta/recipes-core') diff --git a/meta/recipes-core/ell/ell_0.25.bb b/meta/recipes-core/ell/ell_0.25.bb deleted file mode 100644 index f6201f9bf6..0000000000 --- a/meta/recipes-core/ell/ell_0.25.bb +++ /dev/null @@ -1,22 +0,0 @@ -SUMMARY = "Embedded Linux Library" -DESCRIPTION = "The Embedded Linux Library (ELL) provides core, \ -low-level functionality for system daemons. It typically has no \ -dependencies other than the Linux kernel, C standard library, and \ -libdl (for dynamic linking). While ELL is designed to be efficient \ -and compact enough for use on embedded Linux platforms, it is not \ -limited to resource-constrained systems." -SECTION = "libs" -LICENSE = "LGPLv2.1" -LIC_FILES_CHKSUM = "file://COPYING;md5=fb504b67c50331fc78734fed90fb0e09" - -DEPENDS = "dbus" - -inherit autotools pkgconfig - -SRC_URI = "https://mirrors.edge.kernel.org/pub/linux/libs/${BPN}/${BPN}-${PV}.tar.xz" -SRC_URI[md5sum] = "8a8adc712718c770a72e4df6c9855c26" -SRC_URI[sha256sum] = "7f2be568219d991d566ca50c58a56e69df9a248619fed758dcd9a4b04e655e5b" - -do_configure_prepend () { - mkdir -p ${S}/build-aux -} diff --git a/meta/recipes-core/ell/ell_0.26.bb b/meta/recipes-core/ell/ell_0.26.bb new file mode 100644 index 0000000000..f1f252ce4f --- /dev/null +++ b/meta/recipes-core/ell/ell_0.26.bb @@ -0,0 +1,22 @@ +SUMMARY = "Embedded Linux Library" +DESCRIPTION = "The Embedded Linux Library (ELL) provides core, \ +low-level functionality for system daemons. It typically has no \ +dependencies other than the Linux kernel, C standard library, and \ +libdl (for dynamic linking). While ELL is designed to be efficient \ +and compact enough for use on embedded Linux platforms, it is not \ +limited to resource-constrained systems." +SECTION = "libs" +LICENSE = "LGPLv2.1" +LIC_FILES_CHKSUM = "file://COPYING;md5=fb504b67c50331fc78734fed90fb0e09" + +DEPENDS = "dbus" + +inherit autotools pkgconfig + +SRC_URI = "https://mirrors.edge.kernel.org/pub/linux/libs/${BPN}/${BPN}-${PV}.tar.xz" +SRC_URI[md5sum] = "4660e25541071e933a2bb02ef2f94e7d" +SRC_URI[sha256sum] = "7855b4b8f271ba6ee67d87d0965b975a9a8dbeaa616665ca2248afa3b5fcbc77" + +do_configure_prepend () { + mkdir -p ${S}/build-aux +} -- cgit v1.2.3-54-g00ecf