From 15832ab1f64f2bc2ee7d342e5bff0351b5e2479b Mon Sep 17 00:00:00 2001 From: Eric BENARD Date: Wed, 7 Sep 2011 17:21:51 +0000 Subject: [PATCH] binutils-2.20.1: fix checksums as 2.20.1 is now 2.20.1a MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Acked-by: Martin Jansa Signed-off-by: Koen Kooi --- meta-oe/recipes-devtools/binutils/binutils_2.20.1.bb | 8 ++++---- 1 file 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 2558bdaa08..d4eb5162a9 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 @@ require binutils.inc -PR = "r6" +PR = "r7" LIC_FILES_CHKSUM="\ file://src-release;endline=17;md5=4830a9ef968f3b18dd5e9f2c00db2d35\ @@ -16,7 +16,7 @@ LIC_FILES_CHKSUM="\ " SRC_URI = "\ - ${GNU_MIRROR}/binutils/binutils-${PV}.tar.bz2 \ + ${GNU_MIRROR}/binutils/binutils-${PV}a.tar.bz2 \ file://binutils-uclibc-100-uclibc-conf.patch \ file://110-arm-eabi-conf.patch \ file://binutils-uclibc-300-001_ld_makefile_patch.patch \ @@ -36,7 +36,7 @@ SRC_URI = "\ file://202_elflink_noaddneeded_vs_weak.patch \ " -SRC_URI[md5sum] = "9cdfb9d6ec0578c166d3beae5e15c4e5" -SRC_URI[sha256sum] = "228b84722d87e88e7fdd36869e590e649ab523a0800a7d53df906498afe6f6f8" +SRC_URI[md5sum] = "2b9dc8f2b7dbd5ec5992c6e29de0b764" +SRC_URI[sha256sum] = "71d37c96451333c5c0b84b170169fdcb138bbb27397dc06281905d9717c8ed64" BBCLASSEXTEND = "native"