Merge commit 'opendreambox/opendreambox-1.6' into vuplus-1.6
[vuplus_openembedded] / recipes / libgdbus / libgdbus_git.bb
1 DESCRIPTION = "dbus glib integration library"
2 SECTION = "libs"
3 HOMEPAGE = "http://www.moblin.org/projects/projects_connman.php"
4 LICENSE = "GPL LGPL"
5 DEPENDS = "glib-2.0 dbus"
6 PE = "1"
7 PV = "0.2+gitr${SRCREV}"
8
9 SRC_URI  = "git://git.moblin.org/repos/projects/libgdbus.git;protocol=http"
10 S = "${WORKDIR}/git"
11
12 inherit autotools pkgconfig
13
14 do_stage() {
15     autotools_stage_all
16 }