aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libgdbus/libgdbus_git.bb
blob: 0cacab8b8250115f8af3dcd5d8143fa89ca3318a (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 = "1"
PV = "0.2+gitr${SRCREV}"

SRC_URI  = "git://git.moblin.org/repos/projects/libgdbus.git;protocol=http"
S = "${WORKDIR}/git"

inherit autotools pkgconfig

do_stage() {
    autotools_stage_all
}