diff options
author | Koen Kooi <koen@openembedded.org> | 2009-10-14 01:26:18 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-10-14 14:09:25 +0200 |
commit | 576e3eca83ac41ac1b00f9bb87c834c850d52945 (patch) | |
tree | 8d16a169ad61301e51e70a646da3b77527f67c65 /recipes | |
parent | 8508d641f55887d8c7e11b2d66b88dd2b7d6b8d6 (diff) |
gnome: start cleaning up gconf providers
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/gnome/gconf-editor_2.22.0.bb | 2 | ||||
-rw-r--r-- | recipes/gnome/gconf-editor_2.24.0.bb | 2 | ||||
-rw-r--r-- | recipes/gnome/gnome-bluetooth_2.27.3.bb | 2 | ||||
-rw-r--r-- | recipes/gnome/gnome-bluetooth_2.27.4.bb | 2 | ||||
-rw-r--r-- | recipes/gnome/gnome-bluetooth_git.bb | 2 | ||||
-rw-r--r-- | recipes/gnome/gnote_0.5.0.bb | 2 | ||||
-rw-r--r-- | 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 00f7b02544..943217cf90 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 88b515c7e9..d373b1022a 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 5144c851c4..61e1e58a71 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 70377a6a3c..4e01493fb9 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 29c98139ea..b6690f4bb6 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 cc11022b7c..f28e2fe2f4 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 ba27418e29..9137168eee 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 |