diff options
Diffstat (limited to 'recipes/gcc/gcc-4.3.2.inc')
-rw-r--r-- | recipes/gcc/gcc-4.3.2.inc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes/gcc/gcc-4.3.2.inc b/recipes/gcc/gcc-4.3.2.inc index 8d40d72795..9f7d5510cf 100644 --- a/recipes/gcc/gcc-4.3.2.inc +++ b/recipes/gcc/gcc-4.3.2.inc @@ -9,7 +9,7 @@ DEPENDS = "mpfr gmp" INC_PR = "r10" -SRC_URI = "${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.bz2 \ +SRC_URI = "${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.bz2;name=archive \ file://fedora/gcc43-c++-builtin-redecl.patch;patch=1;pnum=0 \ file://fedora/gcc43-ia64-libunwind.patch;patch=1;pnum=0 \ file://fedora/gcc43-java-nomulti.patch;patch=1;pnum=0 \ @@ -70,3 +70,5 @@ JAVA = "" EXTRA_OECONF_BASE = " --enable-cheaders=c_std --enable-libssp --disable-bootstrap --disable-libgomp --disable-libmudflap" +SRC_URI[archive.md5sum] = "5dfac5da961ecd5f227c3175859a486d" +SRC_URI[archive.sha256sum] = "bfbf487731ad5dca37efe480a837417de071bd67e685d5c1df6a290707575165" |