[oe-commits] org.oe.dev chinook-compat: Corrected dbus-glib version number.

thebohemian commit oe at amethyst.openembedded.net
Thu Jul 17 21:26:39 UTC 2008


chinook-compat: Corrected dbus-glib version number.

Author: thebohemian at openembedded.org
Branch: org.openembedded.dev
Revision: 833293633b1a1f924ee4ba4f8e442c032d9cd133
ViewMTN: http://monotone.openembedded.org/revision/info/833293633b1a1f924ee4ba4f8e442c032d9cd133
Files:
1
conf/distro/chinook-compat.conf
Diffs:

#
# mt diff -rddeae6e2f01db1e93d3e661840a4989d747bc1e0 -r833293633b1a1f924ee4ba4f8e442c032d9cd133
#
#
#
# patch "conf/distro/chinook-compat.conf"
#  from [61ddfe57a63bdd965dd857bd75478e87045007b9]
#    to [6792236a4e268fbe64e7adc994afef1224f52c9a]
#
============================================================
--- conf/distro/chinook-compat.conf	61ddfe57a63bdd965dd857bd75478e87045007b9
+++ conf/distro/chinook-compat.conf	6792236a4e268fbe64e7adc994afef1224f52c9a
@@ -89,9 +89,9 @@ PREFERRED_VERSION_expat            = "1.
 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_PROVIDER_midpath-backend-gtk =
 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"






More information about the Openembedded-commits mailing list