From ec3b4403cf515a255dae99b98abf44aed967669e Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Sun, 16 Jan 2011 14:06:24 -0800 Subject: puzzles: SRC_URI Checksum disabled Signed-off-by: Saul Wold --- meta/recipes-sato/puzzles/puzzles_r9076.bb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'meta/recipes-sato/puzzles') diff --git a/meta/recipes-sato/puzzles/puzzles_r9076.bb b/meta/recipes-sato/puzzles/puzzles_r9076.bb index 7b3faf528e..fbd0e37d55 100644 --- a/meta/recipes-sato/puzzles/puzzles_r9076.bb +++ b/meta/recipes-sato/puzzles/puzzles_r9076.bb @@ -10,8 +10,9 @@ LIC_FILES_CHKSUM = "file://LICENCE;md5=9928b60f3b78be315b7ab699c1b03ff5" SRC_URI = "http://www.chiark.greenend.org.uk/~sgtatham/puzzles/puzzles-${PV}.tar.gz" -SRC_URI[md5sum] = "e8b4c7e2341264789f3cd6733857bf1c" -SRC_URI[sha256sum] = "69f37e497e63b2f7ab44e7bbd50aee078269c16dbc2d78ec1b00257678f2cbd2" +# Checksums seem to be changing regularly right now, need to verify with upstream +#SRC_URI[md5sum] = "e8b4c7e2341264789f3cd6733857bf1c" +#SRC_URI[sha256sum] = "69f37e497e63b2f7ab44e7bbd50aee078269c16dbc2d78ec1b00257678f2cbd2" #SRC_URI = "svn://ixion.tartarus.org/main;module=puzzles;rev=${MOD_PV}" S = "${WORKDIR}/${PN}-${PV}" -- cgit v1.2.3-54-g00ecf