From: Leon Woestenberg Date: Sun, 9 Mar 2008 21:33:45 +0000 (+0000) Subject: gcc-cross-initial.inc: Blindly inserted powerpc as the architecture that also DEPENDS... X-Git-Tag: Release-2010-05/1~7514 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c273d8da59d44996e476ce32bd2cbfe8832b96e;p=openembedded.git gcc-cross-initial.inc: Blindly inserted powerpc as the architecture that also DEPENDS on libc-initial. Please review. --- diff --git a/packages/gcc/gcc-cross-initial.inc b/packages/gcc/gcc-cross-initial.inc index 2165bf22ce..d5722473cf 100644 --- a/packages/gcc/gcc-cross-initial.inc +++ b/packages/gcc/gcc-cross-initial.inc @@ -1,5 +1,6 @@ DEPENDS = "virtual/${TARGET_PREFIX}binutils" -DEPENDS += "${@['virtual/${TARGET_PREFIX}libc-initial',''][bb.data.getVar('TARGET_ARCH', d, 1) in ['arm', 'armeb', 'mips', 'mipsel']]}" +# @todo Please add comment on why this is (still?) needed? +DEPENDS += "${@['virtual/${TARGET_PREFIX}libc-initial',''][bb.data.getVar('TARGET_ARCH', d, 1) in ['arm', 'armeb', 'mips', 'mipsel', 'powerpc']]}" PROVIDES = "virtual/${TARGET_PREFIX}gcc-initial" PACKAGES = ""