[oe] [PATCH] lynx: fix checksums

Paul Menzel paulepanter at users.sourceforge.net
Wed Jun 1 12:07:10 UTC 2011


Date: Wed, 1 Jun 2011 13:41:59 +0200

This is a fixup for commit 06d31dc0 [1]

	commit 06d31dc06beb85a28ca3c2c2c0c2787267a24ff5
	Author: Stanislav Brabec <utx at penguin.cz>
	Date:   Tue May 31 22:28:20 2011 +0000

		  lynx: New recipe, version 2.8.7.

		  Signed-off-by: Stanislav Brabec <utx at penguin.cz>

	 recipes/lynx/lynx_2.8.7.bb |   40 ++++++++++++++++++++++++++++++++++++++++
	 1 files changed, 40 insertions(+), 0 deletions(-)

where task fetch failed with the following error message.

	ERROR: The checksums for "/oe/downloads/lynx2.8.7.tar.bz2" did not match.
		MD5: expected "cb936aef812e4e463ab86cbbe14d4db9", got "493af4c77ef6761e3f0157cd1be033a0"
		SHA256: expected "301bda96ad3cd5032805e8d5315a42061a11e472e3d3a7baee3a2879517ef627", got "40ec9774deb4a7acf69e1bcfb5e272a3857ccc17e20d923255d64cb5dbe55dad"

[1] http://cgit.openembedded.org/cgit.cgi/openembedded/commit/?id=06d31dc06beb85a28ca3c2c2c0c2787267a24ff5

Signed-off-by: Paul Menzel <paulepanter at users.sourceforge.net>
CC: Stanislav Brabec <utx at penguin.cz>
---
Dear Stanislav,


I did not push this patch, because I find it strange that the checksums
are incorrect when you did not copy it. Do you have an idea what might
have gone wrong?


Thanks,

Paul
---
 recipes/lynx/lynx_2.8.7.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/lynx/lynx_2.8.7.bb b/recipes/lynx/lynx_2.8.7.bb
index 77434d1..1d63e89 100644
--- a/recipes/lynx/lynx_2.8.7.bb
+++ b/recipes/lynx/lynx_2.8.7.bb
@@ -37,5 +37,5 @@ do_configure() {
 	ac_cv_path_INSTALL=${bindir}/install
 }
 
-SRC_URI[md5sum] = "cb936aef812e4e463ab86cbbe14d4db9"
-SRC_URI[sha256sum] = "301bda96ad3cd5032805e8d5315a42061a11e472e3d3a7baee3a2879517ef627"
+SRC_URI[md5sum] = "493af4c77ef6761e3f0157cd1be033a0"
+SRC_URI[sha256sum] = "40ec9774deb4a7acf69e1bcfb5e272a3857ccc17e20d923255d64cb5dbe55dad"
-- 
1.7.5.3
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part
URL: <http://lists.openembedded.org/pipermail/openembedded-devel/attachments/20110601/f140dbe3/attachment-0002.sig>


More information about the Openembedded-devel mailing list