mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-09 05:49:23 +00:00
ell: remove recipe
ELL is now part of openembedded-core. Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
committed by
Khem Raj
parent
18a5897143
commit
05f05d331e
@@ -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"
|
|
||||||
Reference in New Issue
Block a user