diff options
| author | Richard Purdie <richard@openedhand.com> | 2005-09-20 07:04:35 +0000 |
|---|---|---|
| committer | Richard Purdie <richard@openedhand.com> | 2005-09-20 07:04:35 +0000 |
| commit | b4a7122cacef647dbec3db5c9ebe1e504a7670df (patch) | |
| tree | 006885a1f4e8032062632ee1a091e72c32dd2810 /openembedded/packages/gcc | |
| parent | f9e1d16bfa73a2df5254c63ae1abb6a4bbe0a062 (diff) | |
| download | poky-b4a7122cacef647dbec3db5c9ebe1e504a7670df.tar.gz | |
Updates against mainline OE
git-svn-id: https://svn.o-hand.com/repos/poky@26 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/packages/gcc')
| -rw-r--r-- | openembedded/packages/gcc/gcc-cross-initial_3.4.3.bb | 3 |
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 0d64e32c1c..48c80864e2 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 @@ | |||
| 1 | include gcc-cross_${PV}.bb | 1 | include gcc-cross_${PV}.bb |
| 2 | 2 | ||
| 3 | DEPENDS = "virtual/${TARGET_PREFIX}binutils ${@['virtual/${TARGET_PREFIX}libc-initial',''][bb.data.getVar('TARGET_ARCH', d, 1) in ['arm', 'armeb', 'mips', 'mipsel']]}" | 3 | DEPENDS = "virtual/${TARGET_PREFIX}binutils" |
| 4 | DEPENDS += "${@['virtual/${TARGET_PREFIX}libc-initial',''][bb.data.getVar('TARGET_ARCH', d, 1) in ['arm', 'armeb', 'mips', 'mipsel']]}" | ||
| 4 | PROVIDES = "virtual/${TARGET_PREFIX}gcc-initial" | 5 | PROVIDES = "virtual/${TARGET_PREFIX}gcc-initial" |
| 5 | PACKAGES = "" | 6 | PACKAGES = "" |
| 6 | 7 | ||
