From 649d8db2fb47d8c3c844013210cda8a01f85f54c Mon Sep 17 00:00:00 2001 From: Oleksandr Kravchuk Date: Mon, 23 Sep 2019 01:13:17 +0200 Subject: ell: update to 0.23 Changelog: - Add support for checking if uintset is empty. Signed-off-by: Oleksandr Kravchuk Signed-off-by: Ross Burton --- meta/recipes-core/ell/ell_0.22.bb | 22 ---------------------- meta/recipes-core/ell/ell_0.23.bb | 22 ++++++++++++++++++++++ 2 files changed, 22 insertions(+), 22 deletions(-) delete mode 100644 meta/recipes-core/ell/ell_0.22.bb create mode 100644 meta/recipes-core/ell/ell_0.23.bb diff --git a/meta/recipes-core/ell/ell_0.22.bb b/meta/recipes-core/ell/ell_0.22.bb deleted file mode 100644 index b3942fc30e..0000000000 --- a/meta/recipes-core/ell/ell_0.22.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] = "a4e7d74404f11e71775b89f53a8f1c33" -SRC_URI[sha256sum] = "3c1d6d997e17dfcbe4ebcd1331d9a7be5c64f2f0a0813bc223790e570d8da2e3" - -do_configure_prepend () { - mkdir -p ${S}/build-aux -} diff --git a/meta/recipes-core/ell/ell_0.23.bb b/meta/recipes-core/ell/ell_0.23.bb new file mode 100644 index 0000000000..f6e91ef6fd --- /dev/null +++ b/meta/recipes-core/ell/ell_0.23.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] = "be8214ff5b37012c4314343c8e6bcf15" +SRC_URI[sha256sum] = "2efd9f7cdf57dedb9f1ba81bec534a3e0432476b1cb35ec0bc69973772a5f89b" + +do_configure_prepend () { + mkdir -p ${S}/build-aux +} -- cgit 1.2.3-korg