diff options
author | Eric BENARD <eric@eukrea.com> | 2011-09-07 17:21:51 +0000 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-09-14 13:03:15 +0200 |
commit | 15832ab1f64f2bc2ee7d342e5bff0351b5e2479b (patch) | |
tree | 17ab42e765e2f7362465c4ce1fc7c1b32024de07 /meta-oe/recipes-devtools | |
parent | 4f8e5549a9ea263f1c33fc0f05b5a216a1d36524 (diff) | |
download | meta-openembedded-15832ab1f64f2bc2ee7d342e5bff0351b5e2479b.tar.gz |
binutils-2.20.1: fix checksums as 2.20.1 is now 2.20.1a
2.20.1 is now 2.20.1a (but when extracting the 2.20.1a sources, the
directory name is still 2.20.1)
$ LANG=C diff -rq binutils-2.20.1 binutils-2.20.1a
Only in binutils-2.20.1a: cgen
Files binutils-2.20.1/md5.sum and binutils-2.20.1a/md5.sum differ
Files binutils-2.20.1/opcodes/m32c-desc.c and binutils-2.20.1a/opcodes/m32c-desc.c differ
Files binutils-2.20.1/opcodes/mep-asm.c and binutils-2.20.1a/opcodes/mep-asm.c differ
Files binutils-2.20.1/opcodes/mep-opc.c and binutils-2.20.1a/opcodes/mep-opc.c differ
Signed-off-by: Eric BĂ©nard <eric@eukrea.com>
Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-devtools')
-rw-r--r-- | meta-oe/recipes-devtools/binutils/binutils_2.20.1.bb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-oe/recipes-devtools/binutils/binutils_2.20.1.bb b/meta-oe/recipes-devtools/binutils/binutils_2.20.1.bb index 2558bdaa0..d4eb5162a 100644 --- a/meta-oe/recipes-devtools/binutils/binutils_2.20.1.bb +++ b/meta-oe/recipes-devtools/binutils/binutils_2.20.1.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | require binutils.inc | 1 | require binutils.inc |
2 | 2 | ||
3 | PR = "r6" | 3 | PR = "r7" |
4 | 4 | ||
5 | LIC_FILES_CHKSUM="\ | 5 | LIC_FILES_CHKSUM="\ |
6 | file://src-release;endline=17;md5=4830a9ef968f3b18dd5e9f2c00db2d35\ | 6 | file://src-release;endline=17;md5=4830a9ef968f3b18dd5e9f2c00db2d35\ |
@@ -16,7 +16,7 @@ LIC_FILES_CHKSUM="\ | |||
16 | " | 16 | " |
17 | 17 | ||
18 | SRC_URI = "\ | 18 | SRC_URI = "\ |
19 | ${GNU_MIRROR}/binutils/binutils-${PV}.tar.bz2 \ | 19 | ${GNU_MIRROR}/binutils/binutils-${PV}a.tar.bz2 \ |
20 | file://binutils-uclibc-100-uclibc-conf.patch \ | 20 | file://binutils-uclibc-100-uclibc-conf.patch \ |
21 | file://110-arm-eabi-conf.patch \ | 21 | file://110-arm-eabi-conf.patch \ |
22 | file://binutils-uclibc-300-001_ld_makefile_patch.patch \ | 22 | file://binutils-uclibc-300-001_ld_makefile_patch.patch \ |
@@ -36,7 +36,7 @@ SRC_URI = "\ | |||
36 | file://202_elflink_noaddneeded_vs_weak.patch \ | 36 | file://202_elflink_noaddneeded_vs_weak.patch \ |
37 | " | 37 | " |
38 | 38 | ||
39 | SRC_URI[md5sum] = "9cdfb9d6ec0578c166d3beae5e15c4e5" | 39 | SRC_URI[md5sum] = "2b9dc8f2b7dbd5ec5992c6e29de0b764" |
40 | SRC_URI[sha256sum] = "228b84722d87e88e7fdd36869e590e649ab523a0800a7d53df906498afe6f6f8" | 40 | SRC_URI[sha256sum] = "71d37c96451333c5c0b84b170169fdcb138bbb27397dc06281905d9717c8ed64" |
41 | 41 | ||
42 | BBCLASSEXTEND = "native" | 42 | BBCLASSEXTEND = "native" |