summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/ell/ell_0.38.bb
diff options
context:
space:
mode:
authorwangmy <wangmy@fujitsu.com>2021-03-31 22:22:27 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-04-18 11:37:24 +0100
commitda9f221f70d3181d5a30c7a027e9c015175c1737 (patch)
tree7690ff8281575ec3bae989a210196b222d6bb625 /meta/recipes-core/ell/ell_0.38.bb
parent0b16b83dffb7ec682152d12c0032253daaa75f1e (diff)
downloadpoky-da9f221f70d3181d5a30c7a027e9c015175c1737.tar.gz
ell: upgrade 0.38 -> 0.39
(From OE-Core rev: dba7774a0f34eea86707a011941c7b3ef2fa5c1c) Signed-off-by: Wang Mingyu <wangmy@fujitsu.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.bb24
1 files changed, 0 insertions, 24 deletions
diff --git a/meta/recipes-core/ell/ell_0.38.bb b/meta/recipes-core/ell/ell_0.38.bb
deleted file mode 100644
index 7d3a339978..0000000000
--- a/meta/recipes-core/ell/ell_0.38.bb
+++ /dev/null
@@ -1,24 +0,0 @@
1SUMMARY = "Embedded Linux Library"
2HOMEPAGE = "https://01.org/ell"
3DESCRIPTION = "The Embedded Linux Library (ELL) provides core, \
4low-level functionality for system daemons. It typically has no \
5dependencies other than the Linux kernel, C standard library, and \
6libdl (for dynamic linking). While ELL is designed to be efficient \
7and compact enough for use on embedded Linux platforms, it is not \
8limited to resource-constrained systems."
9SECTION = "libs"
10LICENSE = "LGPLv2.1"
11LIC_FILES_CHKSUM = "file://COPYING;md5=fb504b67c50331fc78734fed90fb0e09"
12
13DEPENDS = "dbus"
14
15inherit autotools pkgconfig
16
17SRC_URI = "https://mirrors.edge.kernel.org/pub/linux/libs/${BPN}/${BPN}-${PV}.tar.xz \
18 file://0001-pem.c-do-not-use-rawmemchr.patch \
19 "
20SRC_URI[sha256sum] = "c1b7ae5676eec310f08757b3d8652b8e818776be1897fb5deb59e55f02a012a7"
21
22do_configure_prepend () {
23 mkdir -p ${S}/build-aux
24}