diff options
author | Ross Burton <ross@openedhand.com> | 2008-03-17 10:12:40 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2008-03-17 10:12:40 +0000 |
commit | f2888e8164ff305ffdca06c057e764499e445128 (patch) | |
tree | e0f67059540966393f8f0389fcce2d7e142d5501 /meta/conf | |
parent | 45bed459d53176eb942f633e577726643783c85f (diff) | |
download | poky-f2888e8164ff305ffdca06c057e764499e445128.tar.gz |
poky.conf: fix gnome-vfs preferred version
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4017 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/distro/poky.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/distro/poky.conf b/meta/conf/distro/poky.conf index 2ee7d66fa9..1d1e03b7f0 100644 --- a/meta/conf/distro/poky.conf +++ b/meta/conf/distro/poky.conf | |||
@@ -213,7 +213,7 @@ PREFERRED_VERSION_dbus ?= "1.1.20" | |||
213 | PREFERRED_VERSION_dbus-native ?= "1.1.20" | 213 | PREFERRED_VERSION_dbus-native ?= "1.1.20" |
214 | PREFERRED_VERSION_dbus-glib ?= "0.74" | 214 | PREFERRED_VERSION_dbus-glib ?= "0.74" |
215 | PREFERRED_VERSION_dbus-glib-native ?= "0.74" | 215 | PREFERRED_VERSION_dbus-glib-native ?= "0.74" |
216 | PREFERRED_VERSION_gnome-vfs ?= "2.20.0" | 216 | PREFERRED_VERSION_gnome-vfs ?= "2.22.0" |
217 | PREFERRED_VERSION_libgnomecanvas ?= "2.20.0" | 217 | PREFERRED_VERSION_libgnomecanvas ?= "2.20.0" |
218 | PREFERRED_VERSION_gnome-keyring ?= "2.20" | 218 | PREFERRED_VERSION_gnome-keyring ?= "2.20" |
219 | 219 | ||