From: Robert Schuster Date: Thu, 17 Jul 2008 21:19:55 +0000 (+0000) Subject: chinook-compat: Corrected dbus-glib version number. X-Git-Tag: Release-2010-05/1~6541^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0cb061f79a6fc248b13d44aa96d59b99b4736547;p=openembedded.git chinook-compat: Corrected dbus-glib version number. --- diff --git a/conf/distro/chinook-compat.conf b/conf/distro/chinook-compat.conf index 0fb2dd4511..0d7e1b3f75 100644 --- a/conf/distro/chinook-compat.conf +++ b/conf/distro/chinook-compat.conf @@ -89,9 +89,9 @@ PREFERRED_VERSION_gtk+ = "2.10.14" PREFERRED_VERSION_libpng = "1.2.8" PREFERRED_VERSION_expat = "1.95.7" -# only dbus-glib 0.7.4 works with older dbus 1.0.x +# only dbus-glib 0.74 works with older dbus 1.0.x PREFERRED_VERSION_dbus = "1.0.3" -PREFERRED_VERSION_dbus-glib = "0.7.4" +PREFERRED_VERSION_dbus-glib = "0.74" PREFERRED_VERSION_gnome-vfs = "2.16.3" @@ -175,6 +175,9 @@ PREFERRED_VERSION_osso-gnome-vfs2 = "2.16.3" PREFERRED_PROVIDER_midpath = "midpath-maemo" PREFERRED_PROVIDER_midpath-backend-gtk = "midpath-backend-gtk-hildon" +# Need jamvm-initial since cacao 0.98 seems to get miscompiled with newer GCCs. +PREFERRED_PROVIDER_virtual/java-initial = "jamvm-initial" + PREFERRED_PROVIDER_virtual/javac-native = "ecj-bootstrap-native" PREFERRED_PROVIDER_classpath = "classpath"