From add617cbeac9fcf4621cca45a0800c5ab6239c5a Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 19 Jul 2012 22:23:00 -0700 Subject: puzzles, mkelfimage: Use svn protocol instead of http These repos are not setup to serve through http protocol Signed-off-by: Khem Raj Signed-off-by: Richard Purdie --- meta/recipes-sato/puzzles/puzzles_r9561.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-sato') 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" -- cgit 1.2.3-korg