blob: 73c95f36f3b6faccf971e0500e3a1d358f7a7a29 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
DESCRIPTION = "dbus glib integration library"
SECTION = "libs"
HOMEPAGE = "http://www.moblin.org/projects/projects_connman.php"
LICENSE = "GPL LGPL"
DEPENDS = "glib-2.0 dbus"
SRCREV = "aeab6e3c0185b271ca343b439470491b99cc587f"
PE = "2"
PV = "0.2+gitr${SRCPV}"
SRC_URI = "git://git.moblin.org/repos/projects/libgdbus.git;protocol=http"
S = "${WORKDIR}/git"
inherit autotools pkgconfig
do_stage() {
autotools_stage_all
}
|