[oe-commits] Koen Kooi : gnome: start cleaning up gconf providers

git version control git at git.openembedded.org
Wed Oct 14 20:34:53 UTC 2009


Module: openembedded.git
Branch: shr/merge
Commit: 576e3eca83ac41ac1b00f9bb87c834c850d52945
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=576e3eca83ac41ac1b00f9bb87c834c850d52945

Author: Koen Kooi <koen at openembedded.org>
Date:   Wed Oct 14 01:26:18 2009 +0200

gnome: start cleaning up gconf providers

---

 recipes/gnome/gconf-editor_2.22.0.bb    |    2 +-
 recipes/gnome/gconf-editor_2.24.0.bb    |    2 +-
 recipes/gnome/gnome-bluetooth_2.27.3.bb |    2 +-
 recipes/gnome/gnome-bluetooth_2.27.4.bb |    2 +-
 recipes/gnome/gnome-bluetooth_git.bb    |    2 +-
 recipes/gnome/gnote_0.5.0.bb            |    2 +-
 recipes/gnome/gvfs_1.2.1.bb             |    2 +-
 7 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/recipes/gnome/gconf-editor_2.22.0.bb b/recipes/gnome/gconf-editor_2.22.0.bb
index 00f7b02..943217c 100644
--- a/recipes/gnome/gconf-editor_2.22.0.bb
+++ b/recipes/gnome/gconf-editor_2.22.0.bb
@@ -1,6 +1,6 @@
 DESCRIPTION = "Editor for the gnome registry"
 LICENSE = "GPLv2"
-DEPENDS = "gnome-doc-utils gconf-dbus"
+DEPENDS = "gnome-doc-utils gconf"
 
 inherit gnome gconf
 
diff --git a/recipes/gnome/gconf-editor_2.24.0.bb b/recipes/gnome/gconf-editor_2.24.0.bb
index 88b515c..d373b10 100644
--- a/recipes/gnome/gconf-editor_2.24.0.bb
+++ b/recipes/gnome/gconf-editor_2.24.0.bb
@@ -1,6 +1,6 @@
 DESCRIPTION = "Editor for the gnome registry"
 LICENSE = "GPLv2"
-DEPENDS = "gnome-doc-utils gconf-dbus"
+DEPENDS = "gnome-doc-utils gconf"
 
 inherit gnome gconf
 
diff --git a/recipes/gnome/gnome-bluetooth_2.27.3.bb b/recipes/gnome/gnome-bluetooth_2.27.3.bb
index 5144c85..61e1e58 100644
--- a/recipes/gnome/gnome-bluetooth_2.27.3.bb
+++ b/recipes/gnome/gnome-bluetooth_2.27.3.bb
@@ -9,7 +9,7 @@ S = "${WORKDIR}/trunk"
 PV = "2.27.3+svnr${GBTREV}"
 PR = "r1"
 
-DEPENDS = "obexd obex-data-server gconf-dbus gtk+ dbus-glib libunique libnotify hal bluez4 gnome-keyring"
+DEPENDS = "obexd obex-data-server gconf gtk+ dbus-glib libunique libnotify hal bluez4 gnome-keyring"
 RRECOMMENDS_${PN} += "obexd obex-data-server"
 RCONFLICTS_${PN} = "bluez-gnome"
 
diff --git a/recipes/gnome/gnome-bluetooth_2.27.4.bb b/recipes/gnome/gnome-bluetooth_2.27.4.bb
index 70377a6..4e01493 100644
--- a/recipes/gnome/gnome-bluetooth_2.27.4.bb
+++ b/recipes/gnome/gnome-bluetooth_2.27.4.bb
@@ -3,7 +3,7 @@ SECTION = "x11/gnome"
 
 inherit autotools gnome pkgconfig
 
-DEPENDS = "obexd obex-data-server gconf-dbus gtk+ dbus-glib libunique libnotify hal bluez4 gnome-keyring"
+DEPENDS = "obexd obex-data-server gconf gtk+ dbus-glib libunique libnotify hal bluez4 gnome-keyring"
 RRECOMMENDS_${PN} += "obexd obex-data-server"
 RCONFLICTS_${PN} = "bluez-gnome"
 
diff --git a/recipes/gnome/gnome-bluetooth_git.bb b/recipes/gnome/gnome-bluetooth_git.bb
index 29c9813..b6690f4 100644
--- a/recipes/gnome/gnome-bluetooth_git.bb
+++ b/recipes/gnome/gnome-bluetooth_git.bb
@@ -16,7 +16,7 @@ PV = "2.27.8"
 PR = "r0"
 PR_append = "+gitr${SRCREV}"
 
-DEPENDS = "geoclue obexd gconf-dbus gtk+ dbus-glib libunique libnotify hal bluez4 gnome-keyring"
+DEPENDS = "geoclue obexd gconf gtk+ dbus-glib libunique libnotify hal bluez4 gnome-keyring"
 RRECOMMENDS_${PN} += "obexd"
 RCONFLICTS_${PN} = "bluez-gnome"
 
diff --git a/recipes/gnome/gnote_0.5.0.bb b/recipes/gnome/gnote_0.5.0.bb
index cc11022..f28e2fe 100644
--- a/recipes/gnome/gnote_0.5.0.bb
+++ b/recipes/gnome/gnote_0.5.0.bb
@@ -1,7 +1,7 @@
 DESCRIPTION = "Note taking application"
 LICENSE = "GPL"
 
-DEPENDS = "libpcre libgnomeui gconf-dbus gtkmm boost"
+DEPENDS = "libpcre libgnomeui gconf gtkmm boost"
 
 inherit gnome
 
diff --git a/recipes/gnome/gvfs_1.2.1.bb b/recipes/gnome/gvfs_1.2.1.bb
index ba27418..9137168 100644
--- a/recipes/gnome/gvfs_1.2.1.bb
+++ b/recipes/gnome/gvfs_1.2.1.bb
@@ -1,6 +1,6 @@
 DESCRIPTION = "gvfs is a userspace virtual filesystem"
 LICENSE = "LGPL"
-DEPENDS = "gawk-native gnome-keyring glib-2.0 obexftp fuse avahi fuse hal gconf-dbus samba gphoto2"
+DEPENDS = "gawk-native gnome-keyring glib-2.0 obexftp fuse avahi fuse hal gconf samba gphoto2"
 
 inherit gnome
 





More information about the Openembedded-commits mailing list