conf/poky-default.inc: Fix PPC preferred binutils

At some stage the PPC preferred binutils seems to have been changed, we still
need 2.19 for now.

Signed-off-by: Joshua Lock <josh@linux.intel.com>
This commit is contained in:
Joshua Lock 2010-04-23 15:23:24 +01:00
parent d2c6f3ef36
commit 5fb1069e47
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ LINUXLIBCVERSION ?= "2.6.29"
# Temporary preferred version overrides for PPC
GCCVERSION_powerpc ?= "4.2.3"
BINUVERSION_powerpc ?= "2.20"
BINUVERSION_powerpc ?= "2.19"
GLIBCVERSION_powerpc ?= "2.6.1"
LINUXLIBCVERSION_powerpc ?= "2.6.20"
PREFERRED_VERSION_u-boot-mkimage-native_powerpc ?= "2009.08"