All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] binutils-2.20.1: fix checksums
@ 2011-09-07 22:38 Ilya Dmitrichenko
  2011-09-08  9:24 ` Paul Menzel
  0 siblings, 1 reply; 6+ messages in thread
From: Ilya Dmitrichenko @ 2011-09-07 22:38 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Ilya Dmitrichenko <errordeveloper@gmail.com>
---
 recipes/binutils/binutils_2.20.1.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/binutils/binutils_2.20.1.bb b/recipes/binutils/binutils_2.20.1.bb
index 5154e2d..f40b676 100644
--- a/recipes/binutils/binutils_2.20.1.bb
+++ b/recipes/binutils/binutils_2.20.1.bb
@@ -24,8 +24,8 @@ SRC_URI_append_nios2 =" \
 	file://binutils-nios2.patch \
 	"
 
-SRC_URI[tarball.sha256sum] = "228b84722d87e88e7fdd36869e590e649ab523a0800a7d53df906498afe6f6f8"
-SRC_URI[tarball.md5sum] = "9cdfb9d6ec0578c166d3beae5e15c4e5"
+SRC_URI[tarball.sha256sum] = "71d37c96451333c5c0b84b170169fdcb138bbb27397dc06281905d9717c8ed64"
+SRC_URI[tarball.md5sum] = "2b9dc8f2b7dbd5ec5992c6e29de0b764"
 
 # powerpc patches
 SRC_URI += "\
-- 
1.7.3.4




^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [PATCH] binutils-2.20.1: fix checksums
  2011-09-08  1:03 Ilya Dmitrichenko
@ 2011-09-08  0:10 ` Ilya Dmitrichenko
  0 siblings, 0 replies; 6+ messages in thread
From: Ilya Dmitrichenko @ 2011-09-08  0:10 UTC (permalink / raw)
  To: openembedded-devel

sorry for the duplicate, I'm to tired and should go to sleep!

On 8 September 2011 02:03, Ilya Dmitrichenko <errordeveloper@gmail.com> wrote:
> Signed-off-by: Ilya Dmitrichenko <errordeveloper@gmail.com>
> ---
>  recipes/binutils/binutils_2.20.1.bb |    4 ++--
>  1 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/recipes/binutils/binutils_2.20.1.bb b/recipes/binutils/binutils_2.20.1.bb
> index 5154e2d..f40b676 100644
> --- a/recipes/binutils/binutils_2.20.1.bb
> +++ b/recipes/binutils/binutils_2.20.1.bb
> @@ -24,8 +24,8 @@ SRC_URI_append_nios2 =" \
>        file://binutils-nios2.patch \
>        "
>
> -SRC_URI[tarball.sha256sum] = "228b84722d87e88e7fdd36869e590e649ab523a0800a7d53df906498afe6f6f8"
> -SRC_URI[tarball.md5sum] = "9cdfb9d6ec0578c166d3beae5e15c4e5"
> +SRC_URI[tarball.sha256sum] = "71d37c96451333c5c0b84b170169fdcb138bbb27397dc06281905d9717c8ed64"
> +SRC_URI[tarball.md5sum] = "2b9dc8f2b7dbd5ec5992c6e29de0b764"
>
>  # powerpc patches
>  SRC_URI += "\
> --
> 1.7.3.4
>
>



^ permalink raw reply	[flat|nested] 6+ messages in thread

* [PATCH] binutils-2.20.1: fix checksums
@ 2011-09-08  1:03 Ilya Dmitrichenko
  2011-09-08  0:10 ` Ilya Dmitrichenko
  0 siblings, 1 reply; 6+ messages in thread
From: Ilya Dmitrichenko @ 2011-09-08  1:03 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Ilya Dmitrichenko <errordeveloper@gmail.com>
---
 recipes/binutils/binutils_2.20.1.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/binutils/binutils_2.20.1.bb b/recipes/binutils/binutils_2.20.1.bb
index 5154e2d..f40b676 100644
--- a/recipes/binutils/binutils_2.20.1.bb
+++ b/recipes/binutils/binutils_2.20.1.bb
@@ -24,8 +24,8 @@ SRC_URI_append_nios2 =" \
 	file://binutils-nios2.patch \
 	"
 
-SRC_URI[tarball.sha256sum] = "228b84722d87e88e7fdd36869e590e649ab523a0800a7d53df906498afe6f6f8"
-SRC_URI[tarball.md5sum] = "9cdfb9d6ec0578c166d3beae5e15c4e5"
+SRC_URI[tarball.sha256sum] = "71d37c96451333c5c0b84b170169fdcb138bbb27397dc06281905d9717c8ed64"
+SRC_URI[tarball.md5sum] = "2b9dc8f2b7dbd5ec5992c6e29de0b764"
 
 # powerpc patches
 SRC_URI += "\
-- 
1.7.3.4




^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [PATCH] binutils-2.20.1: fix checksums
  2011-09-07 22:38 [PATCH] binutils-2.20.1: fix checksums Ilya Dmitrichenko
@ 2011-09-08  9:24 ` Paul Menzel
  2011-09-08 22:33   ` Ilya Dmitrichenko
  0 siblings, 1 reply; 6+ messages in thread
From: Paul Menzel @ 2011-09-08  9:24 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 487 bytes --]

Dear Ilya,


Am Mittwoch, den 07.09.2011, 23:38 +0100 schrieb Ilya Dmitrichenko:
> Signed-off-by: Ilya Dmitrichenko <errordeveloper@gmail.com>
>
> ---
>  recipes/binutils/binutils_2.20.1.bb |    4 ++--
>  1 files changed, 2 insertions(+), 2 deletions(-)

[…]

thank you for your patch. Unfortunately we cannot apply it as is. Please
read [1] for the reason.


Thanks,

Paul


[1] http://lists.linuxtogo.org/pipermail/openembedded-devel/2011-September/034885.html

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] binutils-2.20.1: fix checksums
  2011-09-08  9:24 ` Paul Menzel
@ 2011-09-08 22:33   ` Ilya Dmitrichenko
  2011-09-08 22:54     ` Paul Menzel
  0 siblings, 1 reply; 6+ messages in thread
From: Ilya Dmitrichenko @ 2011-09-08 22:33 UTC (permalink / raw)
  To: openembedded-devel

On 8 September 2011 10:24, Paul Menzel
<paulepanter@users.sourceforge.net> wrote:
> thank you for your patch. Unfortunately we cannot apply it as is. Please
> read [1] for the reason.
>
> [1] http://lists.linuxtogo.org/pipermail/openembedded-devel/2011-September/034885.html
>

The only work around that I see is to write a new bb recipe file for
2.20.1a, and update the old
recipe with SRC_URI to point to a mirror which holds that old tarball.
Please advise on how
you usually would handle these issues, cause the above solution is not
reliable either.

I agree that it's a bit tricky, though if bitbake been told that 1.2.3
and 1.2.3a are equivalents,
it would be quite nice :) Of course different projects have their own
versioning schemes, and
often  it implies kaos, however I presume that gnu toolchain team has
a very clear pattern
and that could be relied upon and implemented in the .inc files.
Something like VERSION_SUFFIX_IGNORE=$regex ...

Cheers,
-- 
Ilya



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] binutils-2.20.1: fix checksums
  2011-09-08 22:33   ` Ilya Dmitrichenko
@ 2011-09-08 22:54     ` Paul Menzel
  0 siblings, 0 replies; 6+ messages in thread
From: Paul Menzel @ 2011-09-08 22:54 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 1345 bytes --]

Am Donnerstag, den 08.09.2011, 23:33 +0100 schrieb Ilya Dmitrichenko:
> On 8 September 2011 10:24, Paul Menzel wrote:
> > thank you for your patch. Unfortunately we cannot apply it as is. Please
> > read [1] for the reason.
> >
> > [1] http://lists.linuxtogo.org/pipermail/openembedded-devel/2011-September/034885.html
> 
> The only work around that I see is to write a new bb recipe file for
> 2.20.1a, and update the old recipe with SRC_URI to point to a mirror
> which holds that old tarball.
> Please advise on how you usually would handle these issues, cause the
> above solution is not reliable either.

Please move/rename the recipe to 2.20.1a as done in the referenced link
and kind of in [1].

> I agree that it's a bit tricky, though if bitbake been told that 1.2.3
> and 1.2.3a are equivalents, it would be quite nice :) Of course
> different projects have their own versioning schemes, and
> often  it implies kaos, however I presume that gnu toolchain team has
> a very clear pattern and that could be relied upon and implemented in
> the .inc files.
> Something like VERSION_SUFFIX_IGNORE=$regex ...

Patches are welcome I guess. But you should check with the BitBake guys.


Thanks,

Paul


[1] http://git.openembedded.org/cgit.cgi/openembedded/commit/?id=f4faecdbd0b7c83e5787735ef1495a34aca861e4

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2011-09-08 22:59 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-07 22:38 [PATCH] binutils-2.20.1: fix checksums Ilya Dmitrichenko
2011-09-08  9:24 ` Paul Menzel
2011-09-08 22:33   ` Ilya Dmitrichenko
2011-09-08 22:54     ` Paul Menzel
  -- strict thread matches above, loose matches on Subject: below --
2011-09-08  1:03 Ilya Dmitrichenko
2011-09-08  0:10 ` Ilya Dmitrichenko

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.