diff options
author | Saul Wold <sgw@linux.intel.com> | 2012-07-12 08:17:13 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-17 10:53:56 +0100 |
commit | e789c1b406bf6400b74e0a492a601a7a6b6bb7fb (patch) | |
tree | 3a4be1cfaba8c6d3a3c9f7a277f94a8c01100bf0 /meta/recipes-sato/puzzles | |
parent | 14c4a41f88e2bbc09ac4bde8ce4acb6f5e03fcf4 (diff) | |
download | poky-e789c1b406bf6400b74e0a492a601a7a6b6bb7fb.tar.gz |
puzzles: convert to use SVN
Recently the tarball has been changing due the fact it gets rebuilt
nightly and timestamps are getting updated and changed internal to
the tarball. Moving back to SVN to try and address this.
(From OE-Core rev: 8f30d41ede28a86564c402ce5b467e51aec6b15d)
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_r9561.bb | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/meta/recipes-sato/puzzles/puzzles_r9561.bb b/meta/recipes-sato/puzzles/puzzles_r9561.bb index 83fabdf217..5b64cdac72 100644 --- a/meta/recipes-sato/puzzles/puzzles_r9561.bb +++ b/meta/recipes-sato/puzzles/puzzles_r9561.bb | |||
@@ -9,13 +9,13 @@ LICENSE = "MIT" | |||
9 | LIC_FILES_CHKSUM = "file://LICENCE;md5=453de74d749439762ef4814f7bee1fec" | 9 | LIC_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://svn.tartarus.org/sgt;module=puzzles;rev=${MOD_PV}" |
13 | SRC_URI = "http://www.chiark.greenend.org.uk/~sgtatham/puzzles/puzzles-${PV}.tar.gz" | 13 | S = "${WORKDIR}/${BPN}" |
14 | SRC_URI[md5sum] = "c86695aebfc95efe1d6241863849101b" | ||
15 | SRC_URI[sha256sum] = "2c20a45189387e3de8804a58bdb4e47ac4bb0f890001a509dfbdc015b5a84b95" | ||
16 | 14 | ||
17 | 15 | #SRC_URI = "http://www.chiark.greenend.org.uk/~sgtatham/puzzles/puzzles-${PV}.tar.gz" | |
18 | S = "${WORKDIR}/${BPN}-${PV}" | 16 | #SRC_URI[md5sum] = "9d84769562007e0f99edac77a3b2d27c" |
17 | #SRC_URI[sha256sum] = "b688b5196f8406a23741e973178bdde78e5f8af4d2a88c33ca1ae1cc1a069d15" | ||
18 | #S = "${WORKDIR}/${BPN}-${PV}" | ||
19 | 19 | ||
20 | do_configure () { | 20 | do_configure () { |
21 | ./mkfiles.pl | 21 | ./mkfiles.pl |