summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/ell/ell_0.22.bb
diff options
context:
space:
mode:
authorOleksandr Kravchuk <open.source@oleksandr-kravchuk.com>2019-09-23 01:13:17 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-10-23 16:30:35 +0100
commitc501f9538217be736adf3a8052764d5d4a1deec6 (patch)
treee37ee0527132ca7cb5d0ccb91d047a5348c1e41e /meta/recipes-core/ell/ell_0.22.bb
parentdbba06d9153ae588c9496b40e5db18b3602bfad1 (diff)
downloadpoky-c501f9538217be736adf3a8052764d5d4a1deec6.tar.gz
ell: update to 0.23
Changelog: - Add support for checking if uintset is empty. (From OE-Core rev: 649d8db2fb47d8c3c844013210cda8a01f85f54c) Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/ell/ell_0.22.bb')
-rw-r--r--meta/recipes-core/ell/ell_0.22.bb22
1 files changed, 0 insertions, 22 deletions
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 @@
1SUMMARY = "Embedded Linux Library"
2DESCRIPTION = "The Embedded Linux Library (ELL) provides core, \
3low-level functionality for system daemons. It typically has no \
4dependencies other than the Linux kernel, C standard library, and \
5libdl (for dynamic linking). While ELL is designed to be efficient \
6and compact enough for use on embedded Linux platforms, it is not \
7limited to resource-constrained systems."
8SECTION = "libs"
9LICENSE = "LGPLv2.1"
10LIC_FILES_CHKSUM = "file://COPYING;md5=fb504b67c50331fc78734fed90fb0e09"
11
12DEPENDS = "dbus"
13
14inherit autotools pkgconfig
15
16SRC_URI = "https://mirrors.edge.kernel.org/pub/linux/libs/${BPN}/${BPN}-${PV}.tar.xz"
17SRC_URI[md5sum] = "a4e7d74404f11e71775b89f53a8f1c33"
18SRC_URI[sha256sum] = "3c1d6d997e17dfcbe4ebcd1331d9a7be5c64f2f0a0813bc223790e570d8da2e3"
19
20do_configure_prepend () {
21 mkdir -p ${S}/build-aux
22}