From: Koen Kooi Date: Thu, 25 May 2006 16:38:01 +0000 (+0000) Subject: gcc 4.1.1: unbreak SRC_URI X-Git-Tag: Release-2010-05/1~9453^2~1626 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6130430e9e024fc10f1275bc4ff812ad647a1139;p=openembedded.git gcc 4.1.1: unbreak SRC_URI --- 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"