blob: d3ba67a911359c7540f1d6ecda43612f48e9df27 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
DESCRIPTION = "Glib bindings to connman"
SRC_URI = "git://git.moblin.org/${PN}.git;protocol=git"
LICENSE = "LGPLv2.1"
PV = "0.0+git${SRCPV}"
PR = "r0"
S = "${WORKDIR}/git"
DEPENDS = "connman glib-2.0 dbus-glib gtk+"
inherit autotools_stage
|