summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2011-01-16 14:06:24 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-01-18 17:54:52 +0000
commitec3b4403cf515a255dae99b98abf44aed967669e (patch)
treeabd4e6a2a8da0f12e375de04c623744f087fd6e7 /meta
parent163581fe32207fffe42c9cfc773c19f8cf7402a4 (diff)
downloadpoky-ec3b4403cf515a255dae99b98abf44aed967669e.tar.gz
puzzles: SRC_URI Checksum disabled
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-sato/puzzles/puzzles_r9076.bb5
1 files changed, 3 insertions, 2 deletions
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"
10 10
11SRC_URI = "http://www.chiark.greenend.org.uk/~sgtatham/puzzles/puzzles-${PV}.tar.gz" 11SRC_URI = "http://www.chiark.greenend.org.uk/~sgtatham/puzzles/puzzles-${PV}.tar.gz"
12 12
13SRC_URI[md5sum] = "e8b4c7e2341264789f3cd6733857bf1c" 13# Checksums seem to be changing regularly right now, need to verify with upstream
14SRC_URI[sha256sum] = "69f37e497e63b2f7ab44e7bbd50aee078269c16dbc2d78ec1b00257678f2cbd2" 14#SRC_URI[md5sum] = "e8b4c7e2341264789f3cd6733857bf1c"
15#SRC_URI[sha256sum] = "69f37e497e63b2f7ab44e7bbd50aee078269c16dbc2d78ec1b00257678f2cbd2"
15#SRC_URI = "svn://ixion.tartarus.org/main;module=puzzles;rev=${MOD_PV}" 16#SRC_URI = "svn://ixion.tartarus.org/main;module=puzzles;rev=${MOD_PV}"
16 17
17S = "${WORKDIR}/${PN}-${PV}" 18S = "${WORKDIR}/${PN}-${PV}"