libgdbus: Add recipe from OM git. Dependency of connman.
authorStefan Schmidt <stefan@datenfreihafen.org>
Wed, 27 Aug 2008 20:37:56 +0000 (20:37 +0000)
committerStefan Schmidt <stefan@datenfreihafen.org>
Wed, 27 Aug 2008 20:37:56 +0000 (20:37 +0000)
packages/libgdbus/.mtn2git_empty [new file with mode: 0644]
packages/libgdbus/libgdbus_git.bb [new file with mode: 0644]

diff --git a/packages/libgdbus/.mtn2git_empty b/packages/libgdbus/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/libgdbus/libgdbus_git.bb b/packages/libgdbus/libgdbus_git.bb
new file mode 100644 (file)
index 0000000..8b818b6
--- /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;proto=http"
+
+inherit autotools pkgconfig
+
+do_stage() {
+    autotools_stage_all
+}