summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato
diff options
context:
space:
mode:
authorLaurentiu Palcu <laurentiu.palcu@intel.com>2012-06-15 15:54:49 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-06-18 17:27:14 +0100
commit993245d2c6ac66604cdc5f3cd8d96792e4a48db6 (patch)
treef88baecd4aae2ca63e47529b69c53dea36201590 /meta/recipes-sato
parent85c04b7f9afd92a2b89be7ec197d7cb5e2243f69 (diff)
downloadpoky-993245d2c6ac66604cdc5f3cd8d96792e4a48db6.tar.gz
puzzles: upgrade to r9561
Minor change in LICENCE file: -This software is copyright (c) 2004-2010 Simon Tatham. +This software is copyright (c) 2004-2012 Simon Tatham. (From OE-Core rev: 2f1460b7bf96616a7d54753a9dbc63ed6d322d74) Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato')
-rw-r--r--meta/recipes-sato/puzzles/puzzles_r9561.bb (renamed from meta/recipes-sato/puzzles/puzzles_r9375.bb)6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-sato/puzzles/puzzles_r9375.bb b/meta/recipes-sato/puzzles/puzzles_r9561.bb
index 1867dad413..83fabdf217 100644
--- a/meta/recipes-sato/puzzles/puzzles_r9375.bb
+++ b/meta/recipes-sato/puzzles/puzzles_r9561.bb
@@ -6,13 +6,13 @@ PR = "r0"
6MOD_PV = "${@d.getVar('PV',1)[1:]}" 6MOD_PV = "${@d.getVar('PV',1)[1:]}"
7 7
8LICENSE = "MIT" 8LICENSE = "MIT"
9LIC_FILES_CHKSUM = "file://LICENCE;md5=9928b60f3b78be315b7ab699c1b03ff5" 9LIC_FILES_CHKSUM = "file://LICENCE;md5=453de74d749439762ef4814f7bee1fec"
10 10
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}"
13SRC_URI = "http://www.chiark.greenend.org.uk/~sgtatham/puzzles/puzzles-${PV}.tar.gz" 13SRC_URI = "http://www.chiark.greenend.org.uk/~sgtatham/puzzles/puzzles-${PV}.tar.gz"
14SRC_URI[md5sum] = "25f2349611cdd8fb35d27b24f5b937a8" 14SRC_URI[md5sum] = "c86695aebfc95efe1d6241863849101b"
15SRC_URI[sha256sum] = "bddf4e52c328c98b9d95bd7daf6b9098f25e8272a7c1059ba69809eb619124a2" 15SRC_URI[sha256sum] = "2c20a45189387e3de8804a58bdb4e47ac4bb0f890001a509dfbdc015b5a84b95"
16 16
17 17
18S = "${WORKDIR}/${BPN}-${PV}" 18S = "${WORKDIR}/${BPN}-${PV}"