diff options
author | Khem Raj <raj.khem@gmail.com> | 2012-07-19 22:23:00 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-20 12:32:53 +0100 |
commit | ceb0f25ac1fe1e4bdcf3d01845a6b9d0c8d58e72 (patch) | |
tree | ef9c74ae0ff61d1c0918c897fadba1a7efaf150e /meta/recipes-sato | |
parent | 589a7fee4e6417c42f4220e913e1bfa15e816eac (diff) | |
download | poky-ceb0f25ac1fe1e4bdcf3d01845a6b9d0c8d58e72.tar.gz |
puzzles, mkelfimage: Use svn protocol instead of http
These repos are not setup to serve through http protocol
(From OE-Core rev: add617cbeac9fcf4621cca45a0800c5ab6239c5a)
Signed-off-by: Khem Raj <raj.khem@gmail.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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-sato/puzzles/puzzles_r9561.bb b/meta/recipes-sato/puzzles/puzzles_r9561.bb index 7c1842168a..310798d432 100644 --- a/meta/recipes-sato/puzzles/puzzles_r9561.bb +++ b/meta/recipes-sato/puzzles/puzzles_r9561.bb | |||
@@ -9,7 +9,7 @@ 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://svn.tartarus.org/sgt;module=puzzles;rev=${MOD_PV};protocol=http" | 12 | SRC_URI = "svn://svn.tartarus.org/sgt;module=puzzles;rev=${MOD_PV};protocol=svn" |
13 | S = "${WORKDIR}/${BPN}" | 13 | S = "${WORKDIR}/${BPN}" |
14 | 14 | ||
15 | #SRC_URI = "http://www.chiark.greenend.org.uk/~sgtatham/puzzles/puzzles-${PV}.tar.gz" | 15 | #SRC_URI = "http://www.chiark.greenend.org.uk/~sgtatham/puzzles/puzzles-${PV}.tar.gz" |