]> code.ossystems Code Review - openembedded-core.git/commitdiff
puzzles: upgrade to r9375.
authorShane Wang <shane.wang@intel.com>
Fri, 30 Dec 2011 01:37:30 +0000 (09:37 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 3 Jan 2012 12:10:49 +0000 (12:10 +0000)
Signed-off-by: Shane Wang <shane.wang@intel.com>
meta/recipes-sato/puzzles/puzzles_r9375.bb [moved from meta/recipes-sato/puzzles/puzzles_r9306.bb with 91% similarity]

similarity index 91%
rename from meta/recipes-sato/puzzles/puzzles_r9306.bb
rename to meta/recipes-sato/puzzles/puzzles_r9375.bb
index 14b0461bce7a787d7c4aa6ceaf40941e25c9933b..aec6399dd5cf8b4ef2d6a76a17d716066155df09 100644 (file)
@@ -2,7 +2,7 @@ DESCRIPTION="Simon Tatham's Portable Puzzle Collection"
 HOMEPAGE="http://www.chiark.greenend.org.uk/~sgtatham/puzzles/"
 
 DEPENDS = "gtk+ libxt"
-PR = "r1"
+PR = "r0"
 MOD_PV = "${@d.getVar('PV',1)[1:]}"
 
 LICENSE = "MIT"
@@ -11,8 +11,8 @@ LIC_FILES_CHKSUM = "file://LICENCE;md5=9928b60f3b78be315b7ab699c1b03ff5"
 # Upstream updates puzzles.tar.gz for the new release, so checksums seem to be changing regularly right now
 #SRC_URI = "svn://ixion.tartarus.org/main;module=puzzles;rev=${MOD_PV}"
 SRC_URI = "http://www.chiark.greenend.org.uk/~sgtatham/puzzles/puzzles-${PV}.tar.gz"
-SRC_URI[md5sum] = "fd1b05c0e0cfb752c6136ce2e4562416"
-SRC_URI[sha256sum] = "512aa26a0d11867a815030449bb903861f75512725886a70eece387bd8240ddd"
+SRC_URI[md5sum] = "35e85cefb59d39cd22bf232673857727"
+SRC_URI[sha256sum] = "ae94dc8a654582c0cab61ce4699e25027ed720c06b411e5202144a5114fd338b"
 
 
 S = "${WORKDIR}/${BPN}-${PV}"