libgdbus: Adding libgdbus as connman needs it

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5222 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Samuel Ortiz
2008-09-22 18:48:09 +00:00
parent 37f772fd8b
commit b5833ef23e

View File

@@ -0,0 +1,14 @@
HOMEPAGE = "http://www.moblin.org/projects/projects_connman.php"
SUMMARY = "Moblin Glib D-Bus integration"
LICENSE = "GPL LGPL"
DEPENDS = "glib-2.0 dbus"
PV = "0.0+git${SRCREV}"
S = "${WORKDIR}/git"
SRC_URI = "git://moblin.org/repos/projects/libgdbus.git;protocol=http"
inherit autotools pkgconfig
do_stage() {
autotools_stage_all
}