blob: 0428cab28608c52eb6da9700b3abfd1343805ee7 [file] [log] [blame]
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08001SUMMARY = "Embedded Linux Library"
2DESCRIPTION = "ELL is a DBUS library which provides DBUS bindings."
3LICENSE = "LGPLv2.1"
4LIC_FILES_CHKSUM = "file://COPYING;md5=fb504b67c50331fc78734fed90fb0e09"
5SECTION = "libs"
6
7inherit autotools pkgconfig
8
9S = "${WORKDIR}/git"
10SRCREV = "d572281caedef357c392a7c9aa65a3b21a18cfdb"
11SRC_URI = "git://git.kernel.org/pub/scm/libs/ell/ell.git"
12
13do_configure_prepend () {
14 mkdir -p ${S}/build-aux
15}
16
17DEPENDS = "dbus"