[oe-commits] : libgdbus: Add recipe from OM git. Dependency of connman.

OE GIT Trial gittrial at amethyst.openembedded.net
Thu Aug 28 13:35:49 UTC 2008


Module: OE.dev
Branch: org.openembedded.dev
Commit: 5d7762ecd9e784c970f6ba016e21575d4b84d967
URL:    http://gitweb.openembedded.net//OE.dev.git/?a=commit;h=5d7762ecd9e784c970f6ba016e21575d4b84d967

Author:  <stefan at openembedded.org>
Date:   Wed Aug 27 20:37:56 2008 +0000

libgdbus: Add recipe from OM git. Dependency of connman.

---

 packages/libgdbus/libgdbus_git.bb |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

diff --git a/packages/libgdbus/.mtn2git_empty b/packages/libgdbus/.mtn2git_empty
new file mode 100644
index 0000000..e69de29
diff --git a/packages/libgdbus/libgdbus_git.bb b/packages/libgdbus/libgdbus_git.bb
new file mode 100644
index 0000000..8b818b6
--- /dev/null
+++ b/packages/libgdbus/libgdbus_git.bb
@@ -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
+}





More information about the Openembedded-commits mailing list