summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato/puzzles
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2010-12-20 22:24:45 -0800
committerRichard Purdie <rpurdie@linux.intel.com>2010-12-21 09:29:13 +0000
commite591958957fd6587d40b9399521758864074e6cd (patch)
tree4f8a15d36dd4f86b9c828db6aa839e4b67f10e8b /meta/recipes-sato/puzzles
parentd1a225cf4b119d9153c9bb71517f6af19f81736e (diff)
downloadpoky-e591958957fd6587d40b9399521758864074e6cd.tar.gz
puzzles: Fix SRC_URI checksums
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-sato/puzzles')
-rw-r--r--meta/recipes-sato/puzzles/puzzles_r9023.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-sato/puzzles/puzzles_r9023.bb b/meta/recipes-sato/puzzles/puzzles_r9023.bb
index acf61de6a6..d78e4c3ce8 100644
--- a/meta/recipes-sato/puzzles/puzzles_r9023.bb
+++ b/meta/recipes-sato/puzzles/puzzles_r9023.bb
@@ -10,8 +10,8 @@ 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] = "ce3b8b49a4970cdecbd3c0deb236802c" 13SRC_URI[md5sum] = "639ddf8d1e97d7d4caa35d0078e3293d"
14SRC_URI[sha256sum] = "52ac700d8ecb6bc51c8892f12f0212a6f12504eaae4cf95bb6fe084889ac5932" 14SRC_URI[sha256sum] = "c74f7c3e5316efe1cfe6de5e8641ccd9827ca4dae56ec68ad59924b7d6c1bac7"
15#SRC_URI = "svn://ixion.tartarus.org/main;module=puzzles;rev=${MOD_PV}" 15#SRC_URI = "svn://ixion.tartarus.org/main;module=puzzles;rev=${MOD_PV}"
16 16
17S = "${WORKDIR}/${PN}-${PV}" 17S = "${WORKDIR}/${PN}-${PV}"