mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-04 22:20:38 +00:00
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>
18 lines
449 B
BlitzBasic
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"
|