gnome-bluetooth: add obex-data-server to rrecommends
authorKoen Kooi <koen@openembedded.org>
Mon, 13 Apr 2009 08:53:42 +0000 (10:53 +0200)
committerKoen Kooi <koen@openembedded.org>
Mon, 13 Apr 2009 08:53:42 +0000 (10:53 +0200)
recipes/gnome/gnome-bluetooth_2.27.1.bb

index 5cf5e29..b64c0c3 100644 (file)
@@ -1,12 +1,12 @@
 LICENSE = "GPL"
 SECTION = "x11/gnome"
 
-PR = "r2"
+PR = "r3"
 
 inherit autotools gnome pkgconfig
 
-DEPENDS = "obexd gconf-dbus gtk+ dbus-glib libunique libnotify hal bluez4 gnome-keyring"
-RDEPENDS += "obexd"
+DEPENDS = "obexd obex-data-server gconf-dbus gtk+ dbus-glib libunique libnotify hal bluez4 gnome-keyring"
+RRECOMMENDS_${PN} += "obexd obex-data-server"
 RCONFLICTS_${PN} = "bluez-gnome"
 
 do_configure_prepend() {