From 867398d9823dc42dacc4f2b9d45878728b0c19a6 Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Fri, 25 Nov 2022 15:58:15 +0100 Subject: ell: upgrade 0.53 -> 0.54 iwd-2.0 will require ell 0.54 Signed-off-by: Markus Volk Signed-off-by: Alexandre Belloni --- meta/recipes-core/ell/ell_0.53.bb | 22 ---------------------- meta/recipes-core/ell/ell_0.54.bb | 22 ++++++++++++++++++++++ 2 files changed, 22 insertions(+), 22 deletions(-) delete mode 100644 meta/recipes-core/ell/ell_0.53.bb create mode 100644 meta/recipes-core/ell/ell_0.54.bb diff --git a/meta/recipes-core/ell/ell_0.53.bb b/meta/recipes-core/ell/ell_0.53.bb deleted file mode 100644 index 7817476030..0000000000 --- a/meta/recipes-core/ell/ell_0.53.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] = "a7d0df846af839bbea1b80f292166371070328854b3fa785b5c607fe600552ad" - -do_configure:prepend () { - mkdir -p ${S}/build-aux -} diff --git a/meta/recipes-core/ell/ell_0.54.bb b/meta/recipes-core/ell/ell_0.54.bb new file mode 100644 index 0000000000..5594e0ba54 --- /dev/null +++ b/meta/recipes-core/ell/ell_0.54.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] = "43be093b25359acd84dd2b07b45a1eacc3a4089bb01342eb3fc99ec9d94a25d9" + +do_configure:prepend () { + mkdir -p ${S}/build-aux +} -- cgit 1.2.3-korg