From b4a7122cacef647dbec3db5c9ebe1e504a7670df Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 20 Sep 2005 07:04:35 +0000 Subject: Updates against mainline OE git-svn-id: https://svn.o-hand.com/repos/poky@26 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- openembedded/packages/gcc/gcc-cross-initial_3.4.3.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'openembedded/packages/gcc') diff --git a/openembedded/packages/gcc/gcc-cross-initial_3.4.3.bb b/openembedded/packages/gcc/gcc-cross-initial_3.4.3.bb index 0d64e32c1..48c80864e 100644 --- a/openembedded/packages/gcc/gcc-cross-initial_3.4.3.bb +++ b/openembedded/packages/gcc/gcc-cross-initial_3.4.3.bb @@ -1,6 +1,7 @@ include gcc-cross_${PV}.bb -DEPENDS = "virtual/${TARGET_PREFIX}binutils ${@['virtual/${TARGET_PREFIX}libc-initial',''][bb.data.getVar('TARGET_ARCH', d, 1) in ['arm', 'armeb', 'mips', 'mipsel']]}" +DEPENDS = "virtual/${TARGET_PREFIX}binutils" +DEPENDS += "${@['virtual/${TARGET_PREFIX}libc-initial',''][bb.data.getVar('TARGET_ARCH', d, 1) in ['arm', 'armeb', 'mips', 'mipsel']]}" PROVIDES = "virtual/${TARGET_PREFIX}gcc-initial" PACKAGES = "" -- cgit v1.2.3