blob: ce54e0325a90bd7b2e2723d3176f43dd42b87505 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
HOMEPAGE = "http://www.moblin.org/projects/projects_connman.php"
SUMMARY = "Moblin Glib D-Bus integration"
LICENSE = "GPL LGPL"
DEPENDS = "glib-2.0 dbus"
PE = "1"
PV = "0.0+gitr${SRCREV}"
S = "${WORKDIR}/git"
SRC_URI = "git://moblin.org/repos/projects/libgdbus.git;proto=http"
inherit autotools pkgconfig
do_stage() {
autotools_stage_all
}
|