diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-03-04 16:56:51 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-03-04 16:56:51 +0000 |
commit | fdb00295bae640081bc06db9126a69b5f5c3859b (patch) | |
tree | eedc884fd55e222a117005f2222f825cd89dcbbf | |
parent | 21d430e958610cbc968f59ec7199527496452a01 (diff) | |
download | poky-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.conf | 3 | ||||
-rw-r--r-- | meta/conf/distro/poky.conf | 4 |
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 @@ | |||
1 | PREFERRED_VERSION_dbus ?= "1.1.4" | ||
2 | PREFERRED_VERSION_dbus-native ?= "1.1.4" | ||
3 | |||
4 | require 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" | |||
206 | PREFERRED_VERSION_pango ?= "1.18.3" | 206 | PREFERRED_VERSION_pango ?= "1.18.3" |
207 | PREFERRED_VERSION_gtk+ ?= "2.12.7" | 207 | PREFERRED_VERSION_gtk+ ?= "2.12.7" |
208 | 208 | ||
209 | PREFERRED_VERSION_dbus ?= "1.0.3" | 209 | PREFERRED_VERSION_dbus ?= "1.1.20" |
210 | PREFERRED_VERSION_dbus-native ?= "1.0.3" | 210 | PREFERRED_VERSION_dbus-native ?= "1.1.20" |
211 | PREFERRED_VERSION_dbus-glib ?= "0.74" | 211 | PREFERRED_VERSION_dbus-glib ?= "0.74" |
212 | PREFERRED_VERSION_dbus-glib-native ?= "0.74" | 212 | PREFERRED_VERSION_dbus-glib-native ?= "0.74" |
213 | PREFERRED_VERSION_gnome-vfs ?= "2.20.0" | 213 | PREFERRED_VERSION_gnome-vfs ?= "2.20.0" |