[oe-commits] Michael 'Mickey' Lauer : libgdbus: bump to 0.2+git

GIT User account git at amethyst.openembedded.net
Sat Jan 10 19:18:13 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: b3f8a99fbeeec225bf965346231fb5171cb9dfed
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=b3f8a99fbeeec225bf965346231fb5171cb9dfed

Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Sat Jan 10 20:06:55 2009 +0100

libgdbus: bump to 0.2+git

---

 conf/distro/include/sane-srcrevs.inc |    2 +-
 packages/libgdbus/libgdbus_git.bb    |   13 +++++++------
 2 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/conf/distro/include/sane-srcrevs.inc b/conf/distro/include/sane-srcrevs.inc
index 6caaeed..4348721 100644
--- a/conf/distro/include/sane-srcrevs.inc
+++ b/conf/distro/include/sane-srcrevs.inc
@@ -76,7 +76,7 @@ SRCREV_pn-libexalt ?= "78"
 SRCREV_pn-libexalt-dbus ?= "76"
 SRCREV_pn-libfakekey ?= "1455"
 SRCREV_pn-libframeworkd-glib ?= "703017c8f874a325d917931378071c614597110e"
-SRCREV_pn-libgdbus ?= "6605699e3a1ff8275dcc359da7aa73e9d36996f2"
+SRCREV_pn-libgdbus ?= "aeab6e3c0185b271ca343b439470491b99cc587f"
 SRCREV_pn-libgsmd ?= "4505"
 SRCREV_pn-libiac ?= "1590"
 SRCREV_pn-libjana ?= "713"
diff --git a/packages/libgdbus/libgdbus_git.bb b/packages/libgdbus/libgdbus_git.bb
index c5d743a..b780af3 100644
--- a/packages/libgdbus/libgdbus_git.bb
+++ b/packages/libgdbus/libgdbus_git.bb
@@ -1,12 +1,13 @@
+DESCRIPTION = "dbus glib integration library"
+SECTION = "libs"
 HOMEPAGE = "http://www.moblin.org/projects/projects_connman.php"
-SUMMARY  = "Moblin Glib D-Bus integration"
-LICENSE  = "GPL LGPL"
-DEPENDS  = "glib-2.0 dbus"
-PE       = "1"
-PV       = "0.0+gitr${SRCREV}"
-S        = "${WORKDIR}/git"
+LICENSE = "GPL LGPL"
+DEPENDS = "glib-2.0 dbus"
+PE = "1"
+PV = "0.2+gitr${SRCREV}"
 
 SRC_URI  = "git://git.moblin.org/repos/projects/libgdbus.git;protocol=http"
+S = "${WORKDIR}/git"
 
 inherit autotools pkgconfig
 





More information about the Openembedded-commits mailing list