diff options
author | Ross Burton <ross@openedhand.com> | 2007-06-27 11:09:57 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2007-06-27 11:09:57 +0000 |
commit | 660d9d6228d42a76cda16ceb461dc17189de8e86 (patch) | |
tree | e1545aca740b478a8042035c6aac73028f6b114b /meta/conf/distro | |
parent | a50aa849db4a73eca084e81596d3f090b988ea27 (diff) | |
download | openembedded-core-660d9d6228d42a76cda16ceb461dc17189de8e86.tar.gz openembedded-core-660d9d6228d42a76cda16ceb461dc17189de8e86.tar.bz2 openembedded-core-660d9d6228d42a76cda16ceb461dc17189de8e86.zip |
Upgrade to dbus-glib 0.74
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2017 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/conf/distro')
-rw-r--r-- | meta/conf/distro/poky.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/conf/distro/poky.conf b/meta/conf/distro/poky.conf index 46c0e4366e..028d2346a3 100644 --- a/meta/conf/distro/poky.conf +++ b/meta/conf/distro/poky.conf @@ -146,8 +146,8 @@ PREFERRED_VERSION_gtk+ ?= "2.6.10" PREFERRED_VERSION_dbus ?= "1.0.2" PREFERRED_VERSION_dbus-native ?= "1.0.2" -PREFERRED_VERSION_dbus-glib ?= "0.73" -PREFERRED_VERSION_dbus-glib-native ?= "0.73" +PREFERRED_VERSION_dbus-glib ?= "0.74" +PREFERRED_VERSION_dbus-glib-native ?= "0.74" PREFERRED_VERSION_gnome-vfs ?= "2.16.3" PREFERRED_VERSION_dillo2 ?= "0.6.6" |