[oe-commits] Paul Menzel : binutils-{canadian, cross}-sdk_2.18: Remove checksums and implicitly update them

git at git.openembedded.org git at git.openembedded.org
Fri Oct 21 10:13:23 UTC 2011


Module: openembedded.git
Branch: master
Commit: f2d53aa074d76509384e7bb8a9c39e2e27210f4a
URL:    http://git.openembedded.org/?p=openembedded.git&a=commit;h=f2d53aa074d76509384e7bb8a9c39e2e27210f4a

Author: Paul Menzel <paulepanter at users.sourceforge.net>
Date:   Fri Oct 21 11:39:29 2011 +0200

binutils-{canadian,cross}-sdk_2.18: Remove checksums and implicitly update them

Due to a GPL violation corrected Binutils archives were uploaded with the suffix »a« and the faulty archives were removed [1]. The URLs redirect to the new archives and therefore the checksums are now incorrect.

In the following commit

	commit bc8ddbf7944f82383936d88379619aa46c3954a2
	Author: Steffen Sledz <sledz at dresearch-fe.de>
	Date:   Mon Sep 5 17:39:57 2011 +0200

	    binutils-2.18: fix checksums

the checksums were updated – though it should have been done differently [1–3] and therefore already downloaded old archives have to be deleted manually.

`binutils-{canadian,cross}-sdk_2.18.bb` require `binutils_2.18.bb` but override the checksums by having separate definition for the checksums [4]. By removing these definitions the updated checksums from `binutils_2.18.bb` are used.

This patch is similar to the one submitted by Mats Kärrman [5].

`mamona/binutils-noemu_2.18.bb` is not updated because it also defines `SRC_URI` separately.

[1] http://git.openembedded.org/openembedded/commit/?id=f4faecdbd0b7c83e5787735ef1495a34aca861e4
[2] http://lists.linuxtogo.org/pipermail/openembedded-devel/2011-September/034885.html
[3] http://git.openembedded.org/meta-openembedded/commit/?id=15832ab1f64f2bc2ee7d342e5bff0351b5e2479b
[4] http://lists.linuxtogo.org/pipermail/openembedded-devel/2011-October/035702.html
[5] http://lists.linuxtogo.org/pipermail/openembedded-devel/2011-October/035732.html

Signed-off-by: Paul Menzel <paulepanter at users.sourceforge.net>

---

 recipes/binutils/binutils-canadian-sdk_2.18.bb |    3 ---
 recipes/binutils/binutils-cross-sdk_2.18.bb    |    3 ---
 2 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/recipes/binutils/binutils-canadian-sdk_2.18.bb b/recipes/binutils/binutils-canadian-sdk_2.18.bb
index 94cb61a..28517ac 100644
--- a/recipes/binutils/binutils-canadian-sdk_2.18.bb
+++ b/recipes/binutils/binutils-canadian-sdk_2.18.bb
@@ -22,6 +22,3 @@ do_install () {
         install -m 644 ${S}/include/ansidecl.h ${D}${includedir}
         install -m 644 ${S}/include/libiberty.h ${D}${includedir}
 }
-
-SRC_URI[md5sum] = "9d22ee4dafa3a194457caf4706f9cf01"
-SRC_URI[sha256sum] = "487a33a452f0edcf1f8bb8fc23dff5c7a82edec3f3f8b65632b6c945e961ee9b"
diff --git a/recipes/binutils/binutils-cross-sdk_2.18.bb b/recipes/binutils/binutils-cross-sdk_2.18.bb
index 837ebbe..2f13b26 100644
--- a/recipes/binutils/binutils-cross-sdk_2.18.bb
+++ b/recipes/binutils/binutils-cross-sdk_2.18.bb
@@ -1,6 +1,3 @@
 require binutils_${PV}.bb
 require binutils-cross-sdk.inc
 PR = "${INC_PR}.1"
-
-SRC_URI[md5sum] = "9d22ee4dafa3a194457caf4706f9cf01"
-SRC_URI[sha256sum] = "487a33a452f0edcf1f8bb8fc23dff5c7a82edec3f3f8b65632b6c945e961ee9b"





More information about the Openembedded-commits mailing list