aboutsummaryrefslogtreecommitdiffstats
path: root/packages/libgdbus/libgdbus_git.bb
blob: c5d743abec8d0055d69863b56a9d3c5bdbc4413c (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://git.moblin.org/repos/projects/libgdbus.git;protocol=http"

inherit autotools pkgconfig

do_stage() {
    autotools_stage_all
}