[oe-commits] Koen Kooi : gnome-bluetooth: add obex-data-server to rrecommends

GIT User account git at amethyst.openembedded.net
Tue Apr 14 07:34:52 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 111c0c70c1665e06993fabe7302c62d820d557d7
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=111c0c70c1665e06993fabe7302c62d820d557d7

Author: Koen Kooi <koen at openembedded.org>
Date:   Mon Apr 13 10:53:42 2009 +0200

gnome-bluetooth: add obex-data-server to rrecommends

---

 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 5cf5e29..b64c0c3 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() {





More information about the Openembedded-commits mailing list