diff options
author | Mats Kärrman <Mats.Karrman@tritech.se> | 2011-10-21 22:21:02 +0000 |
---|---|---|
committer | Mats Kärrman <mats.karrman@tritech.se> | 2011-10-27 09:39:21 +0200 |
commit | 656bed267ae71e63ff443bfd2dd7ca0d2feff11d (patch) | |
tree | fd8ca5b93f6992f4c67b8a5957a463d8928e6dbb /recipes/binutils | |
parent | e5832d65b85f7349a9c427eff8f762690b1b8d83 (diff) | |
download | openembedded-656bed267ae71e63ff443bfd2dd7ca0d2feff11d.tar.gz |
binutils_2.18: update SRC_URI to avoid manual delete
For reasons described in [1], the URL and contents of the source archive has changed and the old URL redirects to this. The checksums were updated by a previous commit [2], but only changing the checksums requires a previously downloaded archive to be manually deleted. This patch avoids this by updating the SRC_URI to the new URL.
[1] http://git.openembedded.org/openembedded/commit/?id=f4faecdbd0b7c83e5787735ef1495a34aca861e4
[2] http://git.openembedded.org/openembedded/commit/?id=bc8ddbf7944f82383936d88379619aa46c3954a2
Signed-off-by: Mats Kärrman <mats.karrman@tritech.se>
Signed-off-by: Tom Rini <trini@kernel.crashing.org>
Diffstat (limited to 'recipes/binutils')
-rw-r--r-- | recipes/binutils/binutils_2.18.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/binutils/binutils_2.18.bb b/recipes/binutils/binutils_2.18.bb index 9d53a3f8d0..ea5fa93322 100644 --- a/recipes/binutils/binutils_2.18.bb +++ b/recipes/binutils/binutils_2.18.bb @@ -3,7 +3,7 @@ PR = "${INC_PR}.2" LICENSE = "GPLv3" SRC_URI = "\ - ${GNU_MIRROR}/binutils/binutils-${PV}.tar.bz2 \ + ${GNU_MIRROR}/binutils/binutils-${PV}a.tar.bz2 \ file://binutils-2.16.91.0.6-objcopy-rename-errorcode.patch \ file://binutils-configure-texinfo-version.patch \ file://binutils-uclibc-100-uclibc-conf.patch \ |