gnome-bluetooth: use obexd
authorKoen Kooi <koen@openembedded.org>
Sun, 12 Apr 2009 09:20:52 +0000 (11:20 +0200)
committerKoen Kooi <koen@openembedded.org>
Sun, 12 Apr 2009 09:20:52 +0000 (11:20 +0200)
recipes/gnome/gnome-bluetooth_2.27.1.bb

index 9a435c7..5cf5e29 100644 (file)
@@ -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() {