[oe-commits] Koen Kooi : gnome-bluetooth: use obexd

GIT User account git at amethyst.openembedded.net
Sun Apr 12 09:24:38 UTC 2009


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

Author: Koen Kooi <koen at openembedded.org>
Date:   Sun Apr 12 11:20:52 2009 +0200

gnome-bluetooth: use obexd

---

 recipes/gnome/gnome-bluetooth_2.27.1.bb |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/recipes/gnome/gnome-bluetooth_2.27.1.bb b/recipes/gnome/gnome-bluetooth_2.27.1.bb
index 9a435c7..5cf5e29 100644
--- a/recipes/gnome/gnome-bluetooth_2.27.1.bb
+++ b/recipes/gnome/gnome-bluetooth_2.27.1.bb
@@ -1,11 +1,12 @@
 LICENSE = "GPL"
 SECTION = "x11/gnome"
 
-PR = "r1"
+PR = "r2"
 
 inherit autotools gnome pkgconfig
 
-DEPENDS = "gconf-dbus gtk+ dbus-glib libunique libnotify hal bluez4 gnome-keyring"
+DEPENDS = "obexd gconf-dbus gtk+ dbus-glib libunique libnotify hal bluez4 gnome-keyring"
+RDEPENDS += "obexd"
 RCONFLICTS_${PN} = "bluez-gnome"
 
 do_configure_prepend() {





More information about the Openembedded-commits mailing list