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:30:24 +0100 |
commit | add617cbeac9fcf4621cca45a0800c5ab6239c5a (patch) | |
tree | 910bfa8ed08ed2302a0ffec136bbc8d207eff908 /meta/recipes-sato/puzzles | |
parent | 627725700ee9e2ca39a19f19a77cd772cd8ecf9f (diff) | |
download | openembedded-core-add617cbeac9fcf4621cca45a0800c5ab6239c5a.tar.gz openembedded-core-add617cbeac9fcf4621cca45a0800c5ab6239c5a.tar.bz2 openembedded-core-add617cbeac9fcf4621cca45a0800c5ab6239c5a.zip |
puzzles, mkelfimage: Use svn protocol instead of http
These repos are not setup to serve through http protocol
Signed-off-by: Khem Raj <raj.khem@gmail.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 | 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" LIC_FILES_CHKSUM = "file://LICENCE;md5=453de74d749439762ef4814f7bee1fec" # Upstream updates puzzles.tar.gz for the new release, so checksums seem to be changing regularly right now -SRC_URI = "svn://svn.tartarus.org/sgt;module=puzzles;rev=${MOD_PV};protocol=http" +SRC_URI = "svn://svn.tartarus.org/sgt;module=puzzles;rev=${MOD_PV};protocol=svn" S = "${WORKDIR}/${BPN}" #SRC_URI = "http://www.chiark.greenend.org.uk/~sgtatham/puzzles/puzzles-${PV}.tar.gz" |