diff options
-rw-r--r-- | meta/conf/distro/poky-bleeding.conf | 13 | ||||
-rw-r--r-- | meta/conf/distro/poky.conf | 16 |
2 files changed, 8 insertions, 21 deletions
diff --git a/meta/conf/distro/poky-bleeding.conf b/meta/conf/distro/poky-bleeding.conf index 7637a0d2fd..3d7ae29ddb 100644 --- a/meta/conf/distro/poky-bleeding.conf +++ b/meta/conf/distro/poky-bleeding.conf | |||
@@ -5,17 +5,4 @@ PREFERRED_VERSION_cairo ?= "1.3.10" | |||
5 | PREFERRED_VERSION_pango ?= "1.15.2" | 5 | PREFERRED_VERSION_pango ?= "1.15.2" |
6 | PREFERRED_VERSION_gtk+ ?= "2.10.6" | 6 | PREFERRED_VERSION_gtk+ ?= "2.10.6" |
7 | 7 | ||
8 | PREFERRED_VERSION_dbus ?= "1.0.1" | ||
9 | PREFERRED_VERSION_dbus-native ?= "1.0.1" | ||
10 | |||
11 | PREFERRED_PROVIDER_dbus-glib ?= "dbus-glib" | ||
12 | PREFERRED_VERSION_dbus-glib ?= "0.7.2" | ||
13 | PREFERRED_VERSION_dbus-glib-native ?= "0.7.2" | ||
14 | |||
15 | SRCDATE_gconf-dbus ?= "20061219" | ||
16 | |||
17 | PREFERRED_PROVIDER_gnome-vfs ?= "gnome-vfs" | ||
18 | PREFERRED_VERSION_gnome-vfs ?= "2.16.3" | ||
19 | PREFERRED_PROVIDER_gnome-vfs-plugin-dbus ?= "gnome-vfs" | ||
20 | |||
21 | require conf/distro/poky.conf | 8 | require conf/distro/poky.conf |
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: |
61 | PREFERRED_PROVIDER_libx11 ?= "diet-x11" | 61 | PREFERRED_PROVIDER_libx11 ?= "diet-x11" |
62 | PREFERRED_PROVIDER_dbus-glib ?= "dbus-glib" | ||
62 | PREFERRED_PROVIDER_gconf ?= "gconf-dbus" | 63 | PREFERRED_PROVIDER_gconf ?= "gconf-dbus" |
63 | PREFERRED_PROVIDER_gnome-vfs ?= "gnome-vfs-dbus" | 64 | PREFERRED_PROVIDER_gnome-vfs ?= "gnome-vfs" |
64 | PREFERRED_PROVIDER_gnome-vfs-plugin-dbus = "gnome-vfs-dbus" | ||
65 | PREFERRED_PROVIDER_tslib ?= "tslib" | 65 | PREFERRED_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" | 71 | SRCDATE_gconf-dbus ?= "20061219" |
72 | SRCDATE_gconf-dbus ?= "20060119" | ||
73 | SRCDATE_gnome-vfs-dbus ?= "20060119" | ||
74 | SRCDATE_contacts ?= "20060707" | 72 | SRCDATE_contacts ?= "20060707" |
75 | SRCDATE_dates ?= "20060721" | 73 | SRCDATE_dates ?= "20060721" |
76 | SRCDATE_gtkhtml2 ?= "20060323" | 74 | SRCDATE_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" |
144 | PREFERRED_VERSION_pango ?= "1.10.2" | 142 | PREFERRED_VERSION_pango ?= "1.10.2" |
145 | 143 | ||
146 | PREFERRED_VERSION_dbus ?= "0.60" | 144 | PREFERRED_VERSION_dbus ?= "1.0.1" |
147 | PREFERRED_PROVIDER_dbus-glib ?= "dbus" | 145 | PREFERRED_VERSION_dbus-native ?= "1.0.1" |
148 | PREFERRED_VERSION_gnome-vfs-dbus ?= "2.12.0+cvs${SRCDATE}" | 146 | PREFERRED_VERSION_dbus-glib ?= "0.72" |
147 | PREFERRED_VERSION_dbus-glib-native ?= "0.72" | ||
148 | PREFERRED_VERSION_gnome-vfs ?= "2.16.3" | ||
149 | 149 | ||
150 | PREFERRED_VERSION_dillo2 ?= "0.6.6" | 150 | PREFERRED_VERSION_dillo2 ?= "0.6.6" |
151 | PREFERRED_VERSION_evince ?= "0.3.2" | 151 | PREFERRED_VERSION_evince ?= "0.3.2" |