diff options
Diffstat (limited to 'recipes/gnome/gnome-bluetooth_2.27.1.bb')
-rw-r--r-- | 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 9a435c7f9c..5cf5e296a8 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() { |