summaryrefslogtreecommitdiffstats
path: root/meta/conf/distro/poky.conf
diff options
context:
space:
mode:
authorRoss Burton <ross@openedhand.com>2007-01-10 11:30:47 +0000
committerRoss Burton <ross@openedhand.com>2007-01-10 11:30:47 +0000
commit81c9ad8b0f826c1aab3ebe1eff6ccb88141bf0ad (patch)
tree4b127770678f646bd5b5c588fb42ecd9d2a984e7 /meta/conf/distro/poky.conf
parentc7e1d674858ddadd6f34bb07715654f376025f59 (diff)
downloadpoky-81c9ad8b0f826c1aab3ebe1eff6ccb88141bf0ad.tar.gz
Upgrade to DBus 1.0 in poky
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1139 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/conf/distro/poky.conf')
-rw-r--r--meta/conf/distro/poky.conf16
1 files changed, 8 insertions, 8 deletions
diff --git a/meta/conf/distro/poky.conf b/meta/conf/distro/poky.conf
index bac19f459e..de2a6a6c69 100644
--- a/meta/conf/distro/poky.conf
+++ b/meta/conf/distro/poky.conf
@@ -59,18 +59,16 @@ PREFERRED_PROVIDER_virtual/update-alternatives-native ?= update-alternatives-cwo
59 59
60# Others: 60# Others:
61PREFERRED_PROVIDER_libx11 ?= "diet-x11" 61PREFERRED_PROVIDER_libx11 ?= "diet-x11"
62PREFERRED_PROVIDER_dbus-glib ?= "dbus-glib"
62PREFERRED_PROVIDER_gconf ?= "gconf-dbus" 63PREFERRED_PROVIDER_gconf ?= "gconf-dbus"
63PREFERRED_PROVIDER_gnome-vfs ?= "gnome-vfs-dbus" 64PREFERRED_PROVIDER_gnome-vfs ?= "gnome-vfs"
64PREFERRED_PROVIDER_gnome-vfs-plugin-dbus = "gnome-vfs-dbus"
65PREFERRED_PROVIDER_tslib ?= "tslib" 65PREFERRED_PROVIDER_tslib ?= "tslib"
66 66
67 67
68# 68#
69# CVS Dates to use: 69# CVS Dates to use:
70# 70#
71#SRCDATE_gnome-vfs-dbus ?= "20051215" 71SRCDATE_gconf-dbus ?= "20061219"
72SRCDATE_gconf-dbus ?= "20060119"
73SRCDATE_gnome-vfs-dbus ?= "20060119"
74SRCDATE_contacts ?= "20060707" 72SRCDATE_contacts ?= "20060707"
75SRCDATE_dates ?= "20060721" 73SRCDATE_dates ?= "20060721"
76SRCDATE_gtkhtml2 ?= "20060323" 74SRCDATE_gtkhtml2 ?= "20060323"
@@ -143,9 +141,11 @@ PREFERRED_VERSION_gtk+ ?= "2.6.8"
143#PREFERRED_VERSION_gtk+ ?= "2.8.16" 141#PREFERRED_VERSION_gtk+ ?= "2.8.16"
144PREFERRED_VERSION_pango ?= "1.10.2" 142PREFERRED_VERSION_pango ?= "1.10.2"
145 143
146PREFERRED_VERSION_dbus ?= "0.60" 144PREFERRED_VERSION_dbus ?= "1.0.1"
147PREFERRED_PROVIDER_dbus-glib ?= "dbus" 145PREFERRED_VERSION_dbus-native ?= "1.0.1"
148PREFERRED_VERSION_gnome-vfs-dbus ?= "2.12.0+cvs${SRCDATE}" 146PREFERRED_VERSION_dbus-glib ?= "0.72"
147PREFERRED_VERSION_dbus-glib-native ?= "0.72"
148PREFERRED_VERSION_gnome-vfs ?= "2.16.3"
149 149
150PREFERRED_VERSION_dillo2 ?= "0.6.6" 150PREFERRED_VERSION_dillo2 ?= "0.6.6"
151PREFERRED_VERSION_evince ?= "0.3.2" 151PREFERRED_VERSION_evince ?= "0.3.2"