diff options
Diffstat (limited to 'recipes/gcc/gcc-4.0.0.inc')
-rw-r--r-- | recipes/gcc/gcc-4.0.0.inc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes/gcc/gcc-4.0.0.inc b/recipes/gcc/gcc-4.0.0.inc index fe56c3443b..2267826c42 100644 --- a/recipes/gcc/gcc-4.0.0.inc +++ b/recipes/gcc/gcc-4.0.0.inc @@ -2,7 +2,7 @@ require gcc-common.inc DEPENDS = "mpfr gmp" -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://gcc-posix-open-fix.patch;patch=1 \ file://zecke-xgcc-cpp.patch;patch=1" SRC_URI_append_fail-fast = " file://zecke-no-host-includes.patch;patch=1 " @@ -11,3 +11,6 @@ SRC_URI_append_fail-fast = " file://zecke-no-host-includes.patch;patch=1 " FORTRAN = ",f95" EXTRA_OECONF_BASE = "--disable-libssp --disable-libmudflap" + +SRC_URI[archive.md5sum] = "55ee7df1b29f719138ec063c57b89db6" +SRC_URI[archive.sha256sum] = "38a9a01e195000976dcd04ec854c398478ada839510b1de384ffbd5f99791bdc" |