From: Koen Kooi Date: Thu, 12 Oct 2006 11:53:58 +0000 (+0000) Subject: angstrom: use 2.6.15.99 libc headers to avoid ' strtol_l.c:497: error: 'ERANGE' undec... X-Git-Tag: Release-2010-05/1~9453^2~567^2~212^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9da98834b853521dee3d46d9a0b63fedb8e362e1;p=openembedded.git angstrom: use 2.6.15.99 libc headers to avoid ' strtol_l.c:497: error: 'ERANGE' undeclared (first use in this function)' that 2.6.18+2.6.19rc1 produces for glibc-intermediate --- diff --git a/conf/distro/angstrom-2007.1.conf b/conf/distro/angstrom-2007.1.conf index 88de5c9fd1..f424c3ef32 100644 --- a/conf/distro/angstrom-2007.1.conf +++ b/conf/distro/angstrom-2007.1.conf @@ -114,7 +114,7 @@ PREFERRED_VERSION_gcc-cross ?= "4.1.1" PREFERRED_VERSION_gcc-cross-initial ?= "4.1.1" PREFERRED_VERSION_binutils ?= "2.17" PREFERRED_VERSION_binutils-cross ?= "2.17" -PREFERRED_VERSION_linux-libc-headers ?= "2.6.18+2.6.19-rc1" +PREFERRED_VERSION_linux-libc-headers ?= "2.6.15.99" PREFERRED_VERSION_glibc ?= "2.5" PREFERRED_VERSION_glibc-intermediate ?= "2.5"