diff options
author | Koen Kooi <koen@openembedded.org> | 2006-05-25 16:38:01 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-05-25 16:38:01 +0000 |
commit | 6130430e9e024fc10f1275bc4ff812ad647a1139 (patch) | |
tree | bda44165944e8b5097a646bdf3dd71a97f8a693b /packages/gcc | |
parent | af10842f3a8a80c39d97ca7aa725ae9fb24fd195 (diff) |
gcc 4.1.1: unbreak SRC_URI
Diffstat (limited to 'packages/gcc')
-rw-r--r-- | packages/gcc/gcc_4.1.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/gcc/gcc_4.1.1.bb b/packages/gcc/gcc_4.1.1.bb index 126d5cf39d..a0dcf94be1 100644 --- a/packages/gcc/gcc_4.1.1.bb +++ b/packages/gcc/gcc_4.1.1.bb @@ -9,7 +9,7 @@ inherit autotools gettext include gcc-package.inc -SRC_URI = "http://ftp.gnu.org/pub/gnu/gcc/${P}/${P}.tar.bz2 \ +SRC_URI = "http://ftp.gnu.org/pub/gnu/gcc/gcc-4.1.1/gcc-4.1.1.tar.bz2 \ file://arm-nolibfloat.patch;patch=1 \ file://arm-softfloat.patch;patch=1 \ file://ldflags.patch;patch=1" |