Files
meta-openembedded/meta-oe/recipes-core/ell/ell_git.bb
Maxin John ce2cfae5b5 ell: Upgrade SRCREV
Upgrade to:
8192131 : dbus: Fix setup in l_dbus_proxy_method_call

This is a requirement for BTP client tool support in Bluez5.
https://git.kernel.org/pub/scm/bluetooth/bluez.git/commit/?id=f68235b2c03235695837abfb6d7ceebacbf14dd9

Signed-off-by: Maxin B. John <maxin.john@intel.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-01-16 21:39:48 -08:00

18 lines
449 B
BlitzBasic

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 = "8192131685be0f27d6f51b14b78ef93fa7f3c692"
SRC_URI = "git://git.kernel.org/pub/scm/libs/ell/ell.git"
do_configure_prepend () {
mkdir ${S}/build-aux
}
DEPENDS = "dbus"