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

stefan commit oe at amethyst.openembedded.net
Mon Sep 1 18:30:36 UTC 2008


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

Author: stefan at openembedded.org
Branch: org.openembedded.dev
Revision: 0d5cc8d1aa0124d36b96b251c6f95f7e715337ba
ViewMTN: http://monotone.openembedded.org/revision/info/0d5cc8d1aa0124d36b96b251c6f95f7e715337ba
Files:
1
packages/libgdbus
packages/libgdbus/libgdbus_git.bb
Diffs:

#
# mt diff -r14618d06c22d48ec7e356dbb9826c030df84d039 -r0d5cc8d1aa0124d36b96b251c6f95f7e715337ba
#
#
#
# add_dir "packages/libgdbus"
# 
# add_file "packages/libgdbus/libgdbus_git.bb"
#  content [837b467c8f871d1e1e1dabf32c734ce77a19fac9]
#
============================================================
--- packages/libgdbus/libgdbus_git.bb	837b467c8f871d1e1e1dabf32c734ce77a19fac9
+++ packages/libgdbus/libgdbus_git.bb	837b467c8f871d1e1e1dabf32c734ce77a19fac9
@@ -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