From 845da57b03a91d15bb782325358591649df1579c Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Thu, 15 Apr 2010 00:01:06 +0200 Subject: recipes: more checksums and more fixes to download them all Signed-off-by: Martin Jansa --- recipes/valgrind/valgrind_3.2.1.bb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'recipes/valgrind') diff --git a/recipes/valgrind/valgrind_3.2.1.bb b/recipes/valgrind/valgrind_3.2.1.bb index fedce377a8..e125493761 100644 --- a/recipes/valgrind/valgrind_3.2.1.bb +++ b/recipes/valgrind/valgrind_3.2.1.bb @@ -5,7 +5,10 @@ LICENSE = "GPL" DEPENDS = "virtual/libx11" PR = "r0" -SRC_URI = "http://www.valgrind.org/downloads/valgrind-${PV}.tar.bz2" +SRC_URI = "http://www.valgrind.org/downloads/archive/valgrind-${PV}.tar.bz2" + +SRC_URI[md5sum] = "9407d33961186814cef0e6ecedfd6318" +SRC_URI[sha256sum] = "7f9a15d7be16ca03a0912191e8d55a486bf69690e11bb76ccece3eaff3730a33" inherit autotools -- cgit 1.2.3-korg