summaryrefslogtreecommitdiff
path: root/openembedded/packages/gcc/gcc-cross-initial_3.4.3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'openembedded/packages/gcc/gcc-cross-initial_3.4.3.bb')
-rw-r--r--openembedded/packages/gcc/gcc-cross-initial_3.4.3.bb3
1 files changed, 2 insertions, 1 deletions
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 = ""