aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gcc
diff options
context:
space:
mode:
authorRobert Schuster <thebohemian@gmx.net>2007-10-30 22:48:33 +0000
committerMarcin Juszkiewicz <hrw@openembedded.org>2007-10-30 22:48:33 +0000
commit322268010cbbe480fec9ed8cc66c2817c74d8c09 (patch)
treefe9e9f8349d9ae228cfa81c6b5fa3cdeb465be67 /packages/gcc
parent4c9d9d287428bde62c1580ac4699eae98c5ed50e (diff)
downloadopenembedded-322268010cbbe480fec9ed8cc66c2817c74d8c09.tar.gz
gcc-csl: fix SRC_URI - close #3240
Diffstat (limited to 'packages/gcc')
-rw-r--r--packages/gcc/gcc_csl-arm-2005q3.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/gcc/gcc_csl-arm-2005q3.bb b/packages/gcc/gcc_csl-arm-2005q3.bb
index 4f41ca06af..fe9b364c88 100644
--- a/packages/gcc/gcc_csl-arm-2005q3.bb
+++ b/packages/gcc/gcc_csl-arm-2005q3.bb
@@ -12,13 +12,13 @@ inherit autotools gettext
require gcc-package.inc
-SRC_URI = "http://www.codesourcery.com/public/gnu_toolchain/arm/2005q3-2/arm-2005q3-2-arm-none-linux-gnueabi.src.tar.bz2 \
+SRC_URI = "http://www.codesourcery.com/public/gnu_toolchain/arm-none-eabi/arm-2005q3-2-arm-none-eabi.src.tar.bz2 \
file://gcc_optab_arm.patch;patch=1 \
file://gcc-3.4.4-eabi-bigendian.patch;patch=1"
do_unpack2() {
cd ${WORKDIR}
- tar -xvjf ./arm-2005q3-2-arm-none-linux-gnueabi/gcc-2005q3-2.tar.bz2
+ tar -xvjf ./arm-2005q3-2-arm-none-eabi/gcc-2005q3-2.tar.bz2
}
addtask unpack2 after do_unpack before do_patch