From c43b253bc590b7d6d54690e36254882168cd4e50 Mon Sep 17 00:00:00 2001 From: Oleksandr Kravchuk Date: Sat, 6 Feb 2021 19:35:26 +0100 Subject: ell: update to 0.37 Changelog: - Fix issue with D-Bus filter messages with no interfaces set. - Add support for PKCS#12 certification loading. (From OE-Core rev: a522b528170291264a1dd5293840bec7cdfa7311) Signed-off-by: Oleksandr Kravchuk Signed-off-by: Richard Purdie --- meta/recipes-core/ell/ell_0.36.bb | 23 ----------------------- meta/recipes-core/ell/ell_0.37.bb | 23 +++++++++++++++++++++++ 2 files changed, 23 insertions(+), 23 deletions(-) delete mode 100644 meta/recipes-core/ell/ell_0.36.bb create mode 100644 meta/recipes-core/ell/ell_0.37.bb (limited to 'meta/recipes-core') diff --git a/meta/recipes-core/ell/ell_0.36.bb b/meta/recipes-core/ell/ell_0.36.bb deleted file mode 100644 index 4535ec2186..0000000000 --- a/meta/recipes-core/ell/ell_0.36.bb +++ /dev/null @@ -1,23 +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 \ - file://0001-pem.c-do-not-use-rawmemchr.patch \ - " -SRC_URI[sha256sum] = "2f99e743a235b1c834b19112e4e0283d02da93b863899381466cde47bf159cf6" - -do_configure_prepend () { - mkdir -p ${S}/build-aux -} diff --git a/meta/recipes-core/ell/ell_0.37.bb b/meta/recipes-core/ell/ell_0.37.bb new file mode 100644 index 0000000000..e442b02198 --- /dev/null +++ b/meta/recipes-core/ell/ell_0.37.bb @@ -0,0 +1,23 @@ +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 \ + file://0001-pem.c-do-not-use-rawmemchr.patch \ + " +SRC_URI[sha256sum] = "30027a2043bbe2faca7849946bb2ed7d5e48c1b9d2638bfa8f5fdef3093c4784" + +do_configure_prepend () { + mkdir -p ${S}/build-aux +} -- cgit v1.2.3-54-g00ecf