diff options
author | Richard Purdie <richard@openedhand.com> | 2008-03-18 10:41:39 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-03-18 10:41:39 +0000 |
commit | 1255ee64ee58fb5f0acd0bdbf4f0a54afd5ceeaf (patch) | |
tree | 293d34ede70b906b04967ac077e32a8fee4e855b /meta/packages/gcc/gcc-cross_csl-arm-2005q3-2.bb | |
parent | 402c7dcb2790bd51de9436befe8c273e538be441 (diff) | |
download | poky-1255ee64ee58fb5f0acd0bdbf4f0a54afd5ceeaf.tar.gz |
gcc: Merge in the major cleanup I made in OE.dev
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4038 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/gcc/gcc-cross_csl-arm-2005q3-2.bb')
-rw-r--r-- | meta/packages/gcc/gcc-cross_csl-arm-2005q3-2.bb | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/meta/packages/gcc/gcc-cross_csl-arm-2005q3-2.bb b/meta/packages/gcc/gcc-cross_csl-arm-2005q3-2.bb deleted file mode 100644 index f95e2e1177..0000000000 --- a/meta/packages/gcc/gcc-cross_csl-arm-2005q3-2.bb +++ /dev/null | |||
@@ -1,15 +0,0 @@ | |||
1 | require gcc_csl-arm-2005q3-2.bb | ||
2 | # path mangling, needed by the cross packaging | ||
3 | require gcc-paths-cross.inc | ||
4 | inherit cross | ||
5 | # NOTE: split PR. If the main .oe changes something that affects its *build* | ||
6 | # remember to increment this one too. | ||
7 | PR = "r0" | ||
8 | |||
9 | DEPENDS = "virtual/${TARGET_PREFIX}binutils virtual/${TARGET_PREFIX}libc-for-gcc" | ||
10 | PROVIDES = "virtual/${TARGET_PREFIX}gcc virtual/${TARGET_PREFIX}g++" | ||
11 | |||
12 | # cross build | ||
13 | require gcc3-build-cross.inc | ||
14 | # cross packaging | ||
15 | require gcc-package-cross.inc | ||