aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <marcin@juszkiewicz.com.pl>2010-02-10 13:35:13 +0100
committerMarcin Juszkiewicz <marcin@juszkiewicz.com.pl>2010-02-10 14:17:33 +0100
commite6035568e3c4327eeb8a960069f6c3b8cc0f2325 (patch)
treeb7626c51f71f0f85003d988298ee047185cedba8
parent0d2479c8a03091e538daefe21622a6bed9b1f9ff (diff)
downloadopenembedded-e6035568e3c4327eeb8a960069f6c3b8cc0f2325.tar.gz
maemo5-compat: make it work and update toolchain to about same as SDK uses
- uses CSL 2007q3 (4.2.1 with armv7a support) - binutils 2.18.50.7 should be similar to 2.18.50.20070820 bumped native tools: - autoconf 2.63 - automake 1.11.1 - libtool 2.2.6b changed libraries versions: - glib 2.20.3 - libpng 1.2.37 - bluez 4.56
-rw-r--r--conf/distro/maemo5-compat.conf33
1 files changed, 17 insertions, 16 deletions
diff --git a/conf/distro/maemo5-compat.conf b/conf/distro/maemo5-compat.conf
index 1ef386a4de..397a65ff71 100644
--- a/conf/distro/maemo5-compat.conf
+++ b/conf/distro/maemo5-compat.conf
@@ -58,15 +58,17 @@ PREFERRED_PROVIDER_virtual/libx11 = "libx11"
PREFERRED_PROVIDER_gconf ?= "gconf-dbus"
PREFERRED_PROVIDER_util-linux = "util-linux"
-PREFERRED_VERSION_automake-native = "1.9.6"
+PREFERRED_VERSION_autoconf-native = "2.63"
+PREFERRED_VERSION_automake-native = "1.11.1"
-PREFERRED_VERSION_binutils = "2.18.50.0.7"
-PREFERRED_VERSION_binutils-cross = "2.18"
+PREFERRED_VERSION_binutils = "2.18.50.0.7"
+PREFERRED_VERSION_binutils-cross = "2.18.50.0.7"
-PREFERRED_VERSION_gcc = "4.2.4"
-PREFERRED_VERSION_gcc-cross = "4.2.4"
-PREFERRED_VERSION_gcc-cross-initial = "4.4.2"
-PREFERRED_VERSION_gcc-cross-intermediate = "4.2.4"
+GCCVERSION = "4.2.1+csl-arm-2007q3-53"
+PREFERRED_VERSION_gcc = "${GCCVERSION}"
+PREFERRED_VERSION_gcc-cross = "${GCCVERSION}"
+PREFERRED_VERSION_gcc-cross-initial = "${GCCVERSION}"
+PREFERRED_VERSION_gcc-cross-intermediate = "${GCCVERSION}"
# Use recent enough version of the headers to let HAL build successfully.
PREFERRED_VERSION_linux-libc-headers = "2.6.25"
@@ -74,21 +76,21 @@ PREFERRED_VERSION_linux-libc-headers = "2.6.25"
PREFERRED_VERSION_glibc = "2.5"
PREFERRED_VERSION_glibc-initial = "2.5"
-PREFERRED_VERSION_libtool-native = "1.5.24"
-PREFERRED_VERSION_libtool-cross = "1.5.24"
-PREFERRED_VERSION_libtool = "1.5.24"
+PREFERRED_VERSION_libtool-native = "2.2.6b"
+PREFERRED_VERSION_libtool-cross = "2.2.6b"
+PREFERRED_VERSION_libtool = "2.2.6b"
require conf/distro/include/sane-srcrevs.inc
PREFERRED_VERSION_fontconfig = "2.6.0"
-PREFERRED_VERSION_freetype = "2.3.6"
-PREFERRED_VERSION_freetype-native = "2.3.6"
+PREFERRED_VERSION_freetype = "2.3.9"
+PREFERRED_VERSION_freetype-native = "2.3.9"
PREFERRED_VERSION_cairo = "1.8.0"
-PREFERRED_VERSION_glib-2.0 = "2.20.4"
+PREFERRED_VERSION_glib-2.0 = "2.20.3"
PREFERRED_VERSION_pango = "1.24.4"
PREFERRED_VERSION_atk = "1.20.0"
PREFERRED_VERSION_gtk+ = "2.14.2"
-PREFERRED_VERSION_libpng = "1.2.35"
+PREFERRED_VERSION_libpng = "1.2.37"
PREFERRED_VERSION_expat = "1.95.7"
# only dbus-glib 0.74 works with older dbus 1.0.x
@@ -110,7 +112,7 @@ PREFERRED_VERSION_gst-plugins-good = "0.10.12"
# 0.10.13 would be correct (+ maemo patches)
PREFERRED_VERSION_gst-plugins-base = "0.10.23"
-PREFERRED_VERSION_bluez-libs = "4.42"
+PREFERRED_VERSION_bluez-libs = "4.56"
PREFERRED_PROVIDER_virtual/db = "db"
PREFERRED_PROVIDER_virtual/db-native = "db-native"
@@ -214,5 +216,4 @@ PKG_libsdl-directfb = "libsdl1.2"
PKG_libsdl-ttf = "libsdl-ttf2.0-0"
PKG_libsdl-gfx = "libsdl-gfx1.2-4"
-PKG_bluez-libs = "libbluetooth2"
PKG_libgcc = "libgcc1"