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
This commit is contained in:
Marcin Juszkiewicz
2008-03-04 16:56:51 +00:00
parent 21d430e958
commit fdb00295ba
2 changed files with 2 additions and 5 deletions

View File

@@ -1,4 +1 @@
PREFERRED_VERSION_dbus ?= "1.1.4"
PREFERRED_VERSION_dbus-native ?= "1.1.4"
require conf/distro/poky.conf

View File

@@ -206,8 +206,8 @@ PREFERRED_VERSION_cairo ?= "1.4.14"
PREFERRED_VERSION_pango ?= "1.18.3"
PREFERRED_VERSION_gtk+ ?= "2.12.7"
PREFERRED_VERSION_dbus ?= "1.0.3"
PREFERRED_VERSION_dbus-native ?= "1.0.3"
PREFERRED_VERSION_dbus ?= "1.1.20"
PREFERRED_VERSION_dbus-native ?= "1.1.20"
PREFERRED_VERSION_dbus-glib ?= "0.74"
PREFERRED_VERSION_dbus-glib-native ?= "0.74"
PREFERRED_VERSION_gnome-vfs ?= "2.20.0"