summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2008-03-04 16:56:51 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2008-03-04 16:56:51 +0000
commitfdb00295bae640081bc06db9126a69b5f5c3859b (patch)
treeeedc884fd55e222a117005f2222f825cd89dcbbf
parent21d430e958610cbc968f59ec7199527496452a01 (diff)
downloadpoky-fdb00295bae640081bc06db9126a69b5f5c3859b.tar.gz
poky: use dbus 1.1.20 by default
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3908 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r--meta/conf/distro/poky-bleeding.conf3
-rw-r--r--meta/conf/distro/poky.conf4
2 files changed, 2 insertions, 5 deletions
diff --git a/meta/conf/distro/poky-bleeding.conf b/meta/conf/distro/poky-bleeding.conf
index 367c9f11c1..f7865137c4 100644
--- a/meta/conf/distro/poky-bleeding.conf
+++ b/meta/conf/distro/poky-bleeding.conf
@@ -1,4 +1 @@
1PREFERRED_VERSION_dbus ?= "1.1.4"
2PREFERRED_VERSION_dbus-native ?= "1.1.4"
3
4require conf/distro/poky.conf require conf/distro/poky.conf
diff --git a/meta/conf/distro/poky.conf b/meta/conf/distro/poky.conf
index 15eb959ea2..cba73a63b3 100644
--- a/meta/conf/distro/poky.conf
+++ b/meta/conf/distro/poky.conf
@@ -206,8 +206,8 @@ PREFERRED_VERSION_cairo ?= "1.4.14"
206PREFERRED_VERSION_pango ?= "1.18.3" 206PREFERRED_VERSION_pango ?= "1.18.3"
207PREFERRED_VERSION_gtk+ ?= "2.12.7" 207PREFERRED_VERSION_gtk+ ?= "2.12.7"
208 208
209PREFERRED_VERSION_dbus ?= "1.0.3" 209PREFERRED_VERSION_dbus ?= "1.1.20"
210PREFERRED_VERSION_dbus-native ?= "1.0.3" 210PREFERRED_VERSION_dbus-native ?= "1.1.20"
211PREFERRED_VERSION_dbus-glib ?= "0.74" 211PREFERRED_VERSION_dbus-glib ?= "0.74"
212PREFERRED_VERSION_dbus-glib-native ?= "0.74" 212PREFERRED_VERSION_dbus-glib-native ?= "0.74"
213PREFERRED_VERSION_gnome-vfs ?= "2.20.0" 213PREFERRED_VERSION_gnome-vfs ?= "2.20.0"