]> code.ossystems Code Review - openembedded-core.git/commitdiff
tcmode-default: Remove pinning u-boot-mkimage-native to non-existing version
authorKhem Raj <raj.khem@gmail.com>
Tue, 6 Dec 2011 05:21:16 +0000 (21:21 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 6 Dec 2011 14:29:18 +0000 (14:29 +0000)
2009.08 does not exist anywhere and ppc builds complain about
it.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/distro/include/tcmode-default.inc

index c22e7dc6d8c4f6c6d9bf5c031456d714ffd44fe7..997400c376a9a4ec0da4fc29f7229df7da19fffd 100644 (file)
@@ -23,9 +23,6 @@ EGLIBCVERSION ?= "2.13"
 UCLIBCVERSION ?= "0.9.32"
 LINUXLIBCVERSION ?= "3.1"
 
-# Temporary preferred version overrides for PPC
-PREFERRED_VERSION_u-boot-mkimage-native_powerpc ?= "2009.08"
-
 # Temporary workaround for gcc 4.6.0 ICE with beagleboard
 # gcc bug: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47719
 TARGET_CC_ARCH_arm_pn-mesa-xlib := "${@'${TARGET_CC_ARCH}'.replace('armv7-a','armv5')}"