aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gnome
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-04-13 10:53:42 +0200
committerKoen Kooi <koen@openembedded.org>2009-04-13 10:53:42 +0200
commit111c0c70c1665e06993fabe7302c62d820d557d7 (patch)
tree9e6db7d110c50aa6f4cf66dfbb7ac8be955f3d33 /recipes/gnome
parentca723f8911eb1d7b1063285185251f447fe7b644 (diff)
downloadopenembedded-111c0c70c1665e06993fabe7302c62d820d557d7.tar.gz
gnome-bluetooth: add obex-data-server to rrecommends
Diffstat (limited to 'recipes/gnome')
-rw-r--r--recipes/gnome/gnome-bluetooth_2.27.1.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes/gnome/gnome-bluetooth_2.27.1.bb b/recipes/gnome/gnome-bluetooth_2.27.1.bb
index 5cf5e296a8..b64c0c377f 100644
--- a/recipes/gnome/gnome-bluetooth_2.27.1.bb
+++ b/recipes/gnome/gnome-bluetooth_2.27.1.bb
@@ -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() {