diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2011-05-02 16:57:52 +0000 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-05-02 11:10:30 +0200 |
commit | 1325cc262c3f1e3cb5153aff98287ea8c65b15cf (patch) | |
tree | 899d2e0b599177ef90bee47ef611ad259444bf45 /meta-oe | |
parent | 781e028dc502959eb1e36261d722377c249d535e (diff) | |
download | meta-openembedded-1325cc262c3f1e3cb5153aff98287ea8c65b15cf.tar.gz |
gcc-4.5: add checksums
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-devtools/gcc/gcc-4.5.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/gcc/gcc-4.5.inc b/meta-oe/recipes-devtools/gcc/gcc-4.5.inc index 80e0d3747..7c166f25e 100644 --- a/meta-oe/recipes-devtools/gcc/gcc-4.5.inc +++ b/meta-oe/recipes-devtools/gcc/gcc-4.5.inc | |||
@@ -18,6 +18,9 @@ INC_PR = "r36" | |||
18 | # BINV should point to minor release | 18 | # BINV should point to minor release |
19 | BINV = "${PV}.3" | 19 | BINV = "${PV}.3" |
20 | 20 | ||
21 | SRC_URI[md5sum] = "8e0b5c12212e185f3e4383106bfa9cc6" | ||
22 | SRC_URI[sha256sum] = "0a8847af44a9b33813b199997a73139517c96adfd519eaf24c79d4d9d09f65de" | ||
23 | |||
21 | SRC_URI = "${GNU_MIRROR}/gcc/gcc-${BINV}/gcc-${BINV}.tar.bz2 \ | 24 | SRC_URI = "${GNU_MIRROR}/gcc/gcc-${BINV}/gcc-${BINV}.tar.bz2 \ |
22 | file://gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.patch \ | 25 | file://gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.patch \ |
23 | file://100-uclibc-conf.patch \ | 26 | file://100-uclibc-conf.patch \ |