diff options
author | Stefan Schmidt <stefan@datenfreihafen.org> | 2008-08-27 20:37:56 +0000 |
---|---|---|
committer | Stefan Schmidt <stefan@datenfreihafen.org> | 2008-08-27 20:37:56 +0000 |
commit | c0cd7eb79473bc0dd7f6b5535f434610e0185fcb (patch) | |
tree | b2ba4250e821f078141bf37665fcf7cd2e467db7 /packages | |
parent | 98303c78934cf2da8993868c91dcd5b270311292 (diff) |
libgdbus: Add recipe from OM git. Dependency of connman.
Diffstat (limited to 'packages')
-rw-r--r-- | packages/libgdbus/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/libgdbus/libgdbus_git.bb | 14 |
2 files changed, 14 insertions, 0 deletions
diff --git a/packages/libgdbus/.mtn2git_empty b/packages/libgdbus/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/libgdbus/.mtn2git_empty diff --git a/packages/libgdbus/libgdbus_git.bb b/packages/libgdbus/libgdbus_git.bb new file mode 100644 index 0000000000..8b818b6c25 --- /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 +} |