ell: remove recipe

This recipe will be moved to poky instead as newer versions of some of
its components depend on it.

Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Oleksandr Kravchuk 2019-04-08 22:51:38 +02:00 committed by Khem Raj
parent 4cf971e9a4
commit f4a59c5dd6

View File

@ -1,17 +0,0 @@
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"