From 30dccfb1b023ec828f76c8b563e2048212970db0 Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Sat, 4 Feb 2023 20:20:34 +0100 Subject: ell: update 0.55 -> 0.56 Needed by iwd 2.3 (From OE-Core rev: 8f5af6de0d4e72d4efa5be8f85de62214acf4ae8) Signed-off-by: Markus Volk Signed-off-by: Richard Purdie --- meta/recipes-core/ell/ell_0.55.bb | 22 ---------------------- meta/recipes-core/ell/ell_0.56.bb | 22 ++++++++++++++++++++++ 2 files changed, 22 insertions(+), 22 deletions(-) delete mode 100644 meta/recipes-core/ell/ell_0.55.bb create mode 100644 meta/recipes-core/ell/ell_0.56.bb diff --git a/meta/recipes-core/ell/ell_0.55.bb b/meta/recipes-core/ell/ell_0.55.bb deleted file mode 100644 index 7184701e4e..0000000000 --- a/meta/recipes-core/ell/ell_0.55.bb +++ /dev/null @@ -1,22 +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] = "a7e1fd3e13d9083f80eb9787546add49fba5c3d9e9f166b06e2ff9fd8030dc6d" - -do_configure:prepend () { - mkdir -p ${S}/build-aux -} diff --git a/meta/recipes-core/ell/ell_0.56.bb b/meta/recipes-core/ell/ell_0.56.bb new file mode 100644 index 0000000000..0ace622835 --- /dev/null +++ b/meta/recipes-core/ell/ell_0.56.bb @@ -0,0 +1,22 @@ +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] = "58eb8b2b64087f7479d5db6a830a0656c536d93e5f11d4c9a4443ce8760a1b63" + +do_configure:prepend () { + mkdir -p ${S}/build-aux +} -- cgit v1.2.3-54-g00ecf