diff options
author | Shane Wang <shane.wang@intel.com> | 2011-12-30 09:37:30 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-01-03 12:14:36 +0000 |
commit | d33139b602e334b36adaf3ac57424dd407b55306 (patch) | |
tree | 99d112443c2a96930bc3f7a8ba8cb3789ec2b702 /meta/recipes-sato/puzzles | |
parent | 26096cfc05d4b0b1d21290be1fbefbc6af89a265 (diff) | |
download | poky-d33139b602e334b36adaf3ac57424dd407b55306.tar.gz |
puzzles: upgrade to r9375.
(From OE-Core rev: ffe017d4d0a21606ee4146b0ef9f616a49ce1927)
Signed-off-by: Shane Wang <shane.wang@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 (renamed from meta/recipes-sato/puzzles/puzzles_r9306.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-sato/puzzles/puzzles_r9306.bb b/meta/recipes-sato/puzzles/puzzles_r9375.bb index 14b0461bce..aec6399dd5 100644 --- a/meta/recipes-sato/puzzles/puzzles_r9306.bb +++ b/meta/recipes-sato/puzzles/puzzles_r9375.bb | |||
@@ -2,7 +2,7 @@ DESCRIPTION="Simon Tatham's Portable Puzzle Collection" | |||
2 | HOMEPAGE="http://www.chiark.greenend.org.uk/~sgtatham/puzzles/" | 2 | HOMEPAGE="http://www.chiark.greenend.org.uk/~sgtatham/puzzles/" |
3 | 3 | ||
4 | DEPENDS = "gtk+ libxt" | 4 | DEPENDS = "gtk+ libxt" |
5 | PR = "r1" | 5 | PR = "r0" |
6 | MOD_PV = "${@d.getVar('PV',1)[1:]}" | 6 | MOD_PV = "${@d.getVar('PV',1)[1:]}" |
7 | 7 | ||
8 | LICENSE = "MIT" | 8 | LICENSE = "MIT" |
@@ -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] = "fd1b05c0e0cfb752c6136ce2e4562416" | 14 | SRC_URI[md5sum] = "35e85cefb59d39cd22bf232673857727" |
15 | SRC_URI[sha256sum] = "512aa26a0d11867a815030449bb903861f75512725886a70eece387bd8240ddd" | 15 | SRC_URI[sha256sum] = "ae94dc8a654582c0cab61ce4699e25027ed720c06b411e5202144a5114fd338b" |
16 | 16 | ||
17 | 17 | ||
18 | S = "${WORKDIR}/${BPN}-${PV}" | 18 | S = "${WORKDIR}/${BPN}-${PV}" |