mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:52:39 +02:00
12 lines
243 B
BlitzBasic
12 lines
243 B
BlitzBasic
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
|