diff options
author | Saul Wold <sgw@linux.intel.com> | 2012-01-02 10:49:06 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-01-03 12:14:39 +0000 |
commit | 39237473e4e7df130886809ed9b462abb0e81c60 (patch) | |
tree | ab210ec4687a4b0ad7ebd46629bc12fba5b2d3f7 /meta/recipes-sato/puzzles | |
parent | 3b798c8a711d4c348dd25041dc60052928f746b3 (diff) | |
download | poky-39237473e4e7df130886809ed9b462abb0e81c60.tar.gz |
puzzles: fixed SRC_URI Checksums
(From OE-Core rev: 898f7e73839ec737fed0f4e802ed0de629dae626)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato/puzzles')
-rw-r--r-- | meta/recipes-sato/puzzles/puzzles_r9375.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-sato/puzzles/puzzles_r9375.bb b/meta/recipes-sato/puzzles/puzzles_r9375.bb index aec6399dd5..1867dad413 100644 --- a/meta/recipes-sato/puzzles/puzzles_r9375.bb +++ b/meta/recipes-sato/puzzles/puzzles_r9375.bb | |||
@@ -11,8 +11,8 @@ LIC_FILES_CHKSUM = "file://LICENCE;md5=9928b60f3b78be315b7ab699c1b03ff5" | |||
11 | # Upstream updates puzzles.tar.gz for the new release, so checksums seem to be changing regularly right now | 11 | # Upstream updates puzzles.tar.gz for the new release, so checksums seem to be changing regularly right now |
12 | #SRC_URI = "svn://ixion.tartarus.org/main;module=puzzles;rev=${MOD_PV}" | 12 | #SRC_URI = "svn://ixion.tartarus.org/main;module=puzzles;rev=${MOD_PV}" |
13 | SRC_URI = "http://www.chiark.greenend.org.uk/~sgtatham/puzzles/puzzles-${PV}.tar.gz" | 13 | SRC_URI = "http://www.chiark.greenend.org.uk/~sgtatham/puzzles/puzzles-${PV}.tar.gz" |
14 | SRC_URI[md5sum] = "35e85cefb59d39cd22bf232673857727" | 14 | SRC_URI[md5sum] = "25f2349611cdd8fb35d27b24f5b937a8" |
15 | SRC_URI[sha256sum] = "ae94dc8a654582c0cab61ce4699e25027ed720c06b411e5202144a5114fd338b" | 15 | SRC_URI[sha256sum] = "bddf4e52c328c98b9d95bd7daf6b9098f25e8272a7c1059ba69809eb619124a2" |
16 | 16 | ||
17 | 17 | ||
18 | S = "${WORKDIR}/${BPN}-${PV}" | 18 | S = "${WORKDIR}/${BPN}-${PV}" |