]> code.ossystems Code Review - openembedded-core.git/commitdiff
libgdbus: Adding libgdbus as connman needs it
authorSamuel Ortiz <sameo@openedhand.com>
Mon, 22 Sep 2008 18:48:09 +0000 (18:48 +0000)
committerSamuel Ortiz <sameo@openedhand.com>
Mon, 22 Sep 2008 18:48:09 +0000 (18:48 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5222 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/libgdbus/libgdbus_git.bb [new file with mode: 0644]

diff --git a/meta/packages/libgdbus/libgdbus_git.bb b/meta/packages/libgdbus/libgdbus_git.bb
new file mode 100644 (file)
index 0000000..30cffe3
--- /dev/null
@@ -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
+}