summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/ell/ell_0.38.bb
diff options
context:
space:
mode:
authorOleksandr Kravchuk <open.source@oleksandr-kravchuk.com>2021-02-19 21:31:39 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-02-23 22:35:00 +0000
commit34ed0d107b9d16cb791fd555a719dcd2fc0b9be0 (patch)
treeaaeecd5a8fdc4f12367c1acea675288e52478a31 /meta/recipes-core/ell/ell_0.38.bb
parent9f1e8ced83ba0f19946f85b269c6207bb6ba7e8d (diff)
downloadpoky-34ed0d107b9d16cb791fd555a719dcd2fc0b9be0.tar.gz
ell: update to 0.38
Changelog: - Fix issue with DHCP v6 Rapid Commit option check. - Fix issue with handling RFC8018/RFC1423 padding. (From OE-Core rev: f9c01ad1fc86706c76b0ef708d049267342bb5ec) Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/ell/ell_0.38.bb')
-rw-r--r--meta/recipes-core/ell/ell_0.38.bb23
1 files changed, 23 insertions, 0 deletions
diff --git a/meta/recipes-core/ell/ell_0.38.bb b/meta/recipes-core/ell/ell_0.38.bb
new file mode 100644
index 0000000000..11a80e16ed
--- /dev/null
+++ b/meta/recipes-core/ell/ell_0.38.bb
@@ -0,0 +1,23 @@
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 \
17 file://0001-pem.c-do-not-use-rawmemchr.patch \
18 "
19SRC_URI[sha256sum] = "c1b7ae5676eec310f08757b3d8652b8e818776be1897fb5deb59e55f02a012a7"
20
21do_configure_prepend () {
22 mkdir -p ${S}/build-aux
23}