From deddcc0ee71e83d8a83c8bfc90d40deb492c2e60 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 3 Sep 2024 16:32:42 +0800 Subject: ell: upgrade 0.67 -> 0.68 Changelog: ========== - Fix issue with string allocation growth strategy. - Add support for netlink helper functions. (From OE-Core rev: 5a60e56785e30aba43741daea19e1f742a294c4d) Signed-off-by: Wang Mingyu Signed-off-by: Richard Purdie --- meta/recipes-core/ell/ell_0.67.bb | 18 ------------------ meta/recipes-core/ell/ell_0.68.bb | 18 ++++++++++++++++++ 2 files changed, 18 insertions(+), 18 deletions(-) delete mode 100644 meta/recipes-core/ell/ell_0.67.bb create mode 100644 meta/recipes-core/ell/ell_0.68.bb (limited to 'meta') diff --git a/meta/recipes-core/ell/ell_0.67.bb b/meta/recipes-core/ell/ell_0.67.bb deleted file mode 100644 index 6b0ebbe621..0000000000 --- a/meta/recipes-core/ell/ell_0.67.bb +++ /dev/null @@ -1,18 +0,0 @@ -SUMMARY = "Embedded Linux Library" -HOMEPAGE = "https://01.org/ell" -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 = "LGPL-2.1-only" -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[sha256sum] = "97942e8cefb130b632496e5485242f3f374f3b8846800fb74fffd76dc2a0c726" diff --git a/meta/recipes-core/ell/ell_0.68.bb b/meta/recipes-core/ell/ell_0.68.bb new file mode 100644 index 0000000000..40c057afc2 --- /dev/null +++ b/meta/recipes-core/ell/ell_0.68.bb @@ -0,0 +1,18 @@ +SUMMARY = "Embedded Linux Library" +HOMEPAGE = "https://01.org/ell" +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 = "LGPL-2.1-only" +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[sha256sum] = "ddcbf381d758f61a02954bf5d2907c8900462abb7b2dcf45589874978bc10125" -- cgit v1.2.3-54-g00ecf