aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorSylvain 'GarthPS' Paré <sylvain.pare@gmail.com>2011-09-07 12:44:15 +0200
committerPaul Menzel <paulepanter@users.sourceforge.net>2011-09-09 00:50:41 +0200
commitf4faecdbd0b7c83e5787735ef1495a34aca861e4 (patch)
tree666d636ff990312700faf61aaa9d6c249f7f88ee /conf
parent4f4ed88bc7caa3d2b0b44ae2f51907aa9e68fc1b (diff)
downloadopenembedded-f4faecdbd0b7c83e5787735ef1495a34aca861e4.tar.gz
binutils: Update from 2.21 to 2.21.1a
Due to a GPL violation corrected Binutils archives were uploaded with the suffix »a« and the faulty archives were removed [1]. The URLs redirect to the new archives and therefore the checksums are now incorrect. Use this incident to update the package also to the new version 2.21.1a. Due to this one patch had to be regenerated and was taken from OE-core [2]. This patch is build tested using `angstrom-2010.x` and `minimal{,-uclibc}` for `MACHINE = "beagleboard"`. [1] http://nickclifton.livejournal.com/9067.html [2] http://git.openembedded.org/cgit.cgi/openembedded-core/tree/meta/recipes-devtools/binutils/binutils/libtool-2.4-update.patch?id=4810404f22d7cf8849dc32da68dd33a156cac407 Signed-off-by: Sylvain 'GarthPS' Paré <sylvain.pare@gmail.com> Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
Diffstat (limited to 'conf')
-rw-r--r--conf/distro/include/sane-toolchain.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/distro/include/sane-toolchain.inc b/conf/distro/include/sane-toolchain.inc
index 7d945ec4f3..664629c528 100644
--- a/conf/distro/include/sane-toolchain.inc
+++ b/conf/distro/include/sane-toolchain.inc
@@ -6,7 +6,7 @@
# Base line versions, good for most things
PREFERRED_GCC_VERSION ?= "4.5"
-PREFERRED_BINUTILS_VERSION ?= "2.21"
+PREFERRED_BINUTILS_VERSION ?= "2.21.1a"
PREFERRED_UCLIBC_VERSION ?= "git"
PREFERRED_EGLIBC_VERSION ?= "2.12"
PREFERRED_GLIBC_VERSION ?= "2.10.1"