mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
Revert "ell: remove recipe"
This reverts commit f4a59c5dd6.
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>
This commit is contained in:
parent
91b4b1eb10
commit
3ebc4b615a
17
meta-oe/recipes-core/ell/ell_0.17.bb
Normal file
17
meta-oe/recipes-core/ell/ell_0.17.bb
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
SUMMARY = "Embedded Linux Library"
|
||||
DESCRIPTION = "ELL is a DBUS library which provides DBUS bindings."
|
||||
LICENSE = "LGPLv2.1"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=fb504b67c50331fc78734fed90fb0e09"
|
||||
SECTION = "libs"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
SRCREV = "ebc021cee3b2d20ca2af5e3ed02495da616b2fd3"
|
||||
SRC_URI = "git://git.kernel.org/pub/scm/libs/ell/ell.git"
|
||||
|
||||
do_configure_prepend () {
|
||||
mkdir -p ${S}/build-aux
|
||||
}
|
||||
|
||||
DEPENDS = "dbus"
|
||||
Loading…
Reference in New Issue
Block a user