summaryrefslogtreecommitdiffstats
path: root/meta/packages/gcc/gcc-csl-arm-2006q1.inc
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2008-03-18 10:41:39 +0000
committerRichard Purdie <richard@openedhand.com>2008-03-18 10:41:39 +0000
commit1255ee64ee58fb5f0acd0bdbf4f0a54afd5ceeaf (patch)
tree293d34ede70b906b04967ac077e32a8fee4e855b /meta/packages/gcc/gcc-csl-arm-2006q1.inc
parent402c7dcb2790bd51de9436befe8c273e538be441 (diff)
downloadpoky-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-csl-arm-2006q1.inc')
-rw-r--r--meta/packages/gcc/gcc-csl-arm-2006q1.inc19
1 files changed, 19 insertions, 0 deletions
diff --git a/meta/packages/gcc/gcc-csl-arm-2006q1.inc b/meta/packages/gcc/gcc-csl-arm-2006q1.inc
new file mode 100644
index 0000000000..a208170b47
--- /dev/null
+++ b/meta/packages/gcc/gcc-csl-arm-2006q1.inc
@@ -0,0 +1,19 @@
1require gcc-common.inc
2
3BINV = "4.1.0"
4PV = "4.1.0+csl-arm-2006q1-6"
5
6FILESDIR = "${FILE_DIRNAME}/gcc-csl-arm"
7
8SRC_URI = "http://www.codesourcery.com/public/gnu_toolchain/arm-none-eabi/arm-2006q1-6-arm-none-eabi.src.tar.bz2 \
9 file://gcc-configure-no-fortran.patch;patch=1;pnum=1 \
10 file://gcc-new-makeinfo.patch;patch=1"
11
12S = "${WORKDIR}/gcc-2006q1"
13
14do_unpack2() {
15 cd ${WORKDIR}
16 tar -xvjf ./arm-2006q1-6-arm-none-eabi/gcc-2006q1-6.tar.bz2
17}
18
19addtask unpack2 after do_unpack before do_patch