diff options
author | Robert Schuster <thebohemian@gmx.net> | 2009-03-19 19:34:57 +0100 |
---|---|---|
committer | Robert Schuster <thebohemian@gmx.net> | 2009-03-20 00:55:20 +0100 |
commit | a5bb2d013bcb0a536cdcbf325090131d97c09cf4 (patch) | |
tree | db39907b21509e03e976fb792058bdac382ef815 /conf | |
parent | 665ae4e5422293c50400b3ab778311e199d3a5f5 (diff) |
chinook-compat: Updated versions of packages that where removed from OE.
Diffstat (limited to 'conf')
-rw-r--r-- | conf/distro/chinook-compat.conf | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/conf/distro/chinook-compat.conf b/conf/distro/chinook-compat.conf index 7bb9e4b0bb..9f5ef26388 100644 --- a/conf/distro/chinook-compat.conf +++ b/conf/distro/chinook-compat.conf @@ -92,14 +92,14 @@ PREFERRED_VERSION_glib-2.0 = "2.12.12" PREFERRED_VERSION_pango = "1.16.4" PREFERRED_VERSION_atk = "1.18.0" PREFERRED_VERSION_gtk+ = "2.10.14" -PREFERRED_VERSION_libpng = "1.2.8" +PREFERRED_VERSION_libpng = "1.2.12" PREFERRED_VERSION_expat = "1.95.7" # only dbus-glib 0.74 works with older dbus 1.0.x PREFERRED_VERSION_dbus = "1.0.3" PREFERRED_VERSION_dbus-glib = "0.74" -PREFERRED_VERSION_gnome-vfs = "2.16.3" +PREFERRED_VERSION_gnome-vfs = "2.22.0" # 3.9.1 would be correct PREFERRED_VERSION_gtkhtml-3.8 = "3.8.2" @@ -116,7 +116,7 @@ PREFERRED_VERSION_gst-plugins-base = "0.10.14" # 0.11.3 would be correct ( + maemo patches) PREFERRED_VERSION_gst-ffmpeg = "0.10.2" -PREFERRED_VERSION_bluez-libs = "3.20" +PREFERRED_VERSION_bluez-libs = "3.33" PREFERRED_PROVIDER_virtual/db = "db" PREFERRED_PROVIDER_virtual/db-native = "db-native" @@ -191,15 +191,11 @@ PREFERRED_PROVIDER_virtual/java-initial = "jamvm-initial" PREFERRED_PROVIDER_virtual/javac-native = "ecj-bootstrap-native" PREFERRED_PROVIDER_classpath = "classpath" -PREFERRED_VERSION_classpath = "0.97.2" +PREFERRED_VERSION_classpath = "0.98" PREFERRED_PROVIDER_swt3.4-gtk = "swt3.4-gtk-hildon" PREFERRED_VERSION_swt3.4-gtk-hildon = "3.4" -# Does not compile with the CodeSourcery compiler .. :( -#PREFERRED_VERSION_kaffe = "1.1.8+cvs20080120" -#PREFERRED_VERSION_kaffeh-native = "1.1.8+cvs20080120" - # WARNING: If you change these values after the respective package has # been built the change will have no effect. Edit the package's file in # ${STAGING}/pkgdata/runtime then. |