diff options
author | Koen Kooi <koen@openembedded.org> | 2009-04-13 10:53:42 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-04-13 10:53:42 +0200 |
commit | 111c0c70c1665e06993fabe7302c62d820d557d7 (patch) | |
tree | 9e6db7d110c50aa6f4cf66dfbb7ac8be955f3d33 | |
parent | ca723f8911eb1d7b1063285185251f447fe7b644 (diff) |
gnome-bluetooth: add obex-data-server to rrecommends
-rw-r--r-- | recipes/gnome/gnome-bluetooth_2.27.1.bb | 6 |
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() { |