summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2019-04-24 14:51:35 +0000
committerKhem Raj <raj.khem@gmail.com>2019-04-29 10:13:56 -0700
commit3ebc4b615a6180352d7a90fb5b5f6db81fab9d1c (patch)
tree434a2d467ce48555d56efe59f1ab98516668b68f
parent91b4b1eb10a145cab6201f515e718d9722308dcc (diff)
downloadmeta-openembedded-3ebc4b615a6180352d7a90fb5b5f6db81fab9d1c.tar.gz
Revert "ell: remove recipe"
This reverts commit f4a59c5dd69a6d24cd500a6eba0b72e0d8b4f58c. It was merged too early, ell wasn't merged to oe-core yet. meta-oe/recipes-connectivity/iwd/iwd_0.14.bb depends on it and now there is no provider in meta-oe nor oe-core. Should be merged again after meta-oe warrior is branched and ell in oe-core for the next release. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-core/ell/ell_0.17.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-oe/recipes-core/ell/ell_0.17.bb b/meta-oe/recipes-core/ell/ell_0.17.bb
new file mode 100644
index 000000000..27f11cfbe
--- /dev/null
+++ b/meta-oe/recipes-core/ell/ell_0.17.bb
@@ -0,0 +1,17 @@
1SUMMARY = "Embedded Linux Library"
2DESCRIPTION = "ELL is a DBUS library which provides DBUS bindings."
3LICENSE = "LGPLv2.1"
4LIC_FILES_CHKSUM = "file://COPYING;md5=fb504b67c50331fc78734fed90fb0e09"
5SECTION = "libs"
6
7inherit autotools pkgconfig
8
9S = "${WORKDIR}/git"
10SRCREV = "ebc021cee3b2d20ca2af5e3ed02495da616b2fd3"
11SRC_URI = "git://git.kernel.org/pub/scm/libs/ell/ell.git"
12
13do_configure_prepend () {
14 mkdir -p ${S}/build-aux
15}
16
17DEPENDS = "dbus"