From: Khem Raj Date: Fri, 20 Jul 2012 05:23:00 +0000 (-0700) Subject: puzzles, mkelfimage: Use svn protocol instead of http X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ceb0f25ac1fe1e4bdcf3d01845a6b9d0c8d58e72;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/mkelfimage/mkelfimage_svn.bb b/meta/recipes-devtools/mkelfimage/mkelfimage_svn.bb index eb6aa7146e4..ca145ffc8e7 100644 --- a/meta/recipes-devtools/mkelfimage/mkelfimage_svn.bb +++ b/meta/recipes-devtools/mkelfimage/mkelfimage_svn.bb @@ -10,7 +10,7 @@ PR = "r1" DEPENDS += "zlib" -SRC_URI = "svn://coreboot.org/coreboot/trunk/util;module=mkelfImage;protocol=http \ +SRC_URI = "svn://coreboot.org/coreboot/trunk/util;module=mkelfImage;protocol=svn \ file://cross-compile.patch \ " diff --git a/meta/recipes-sato/puzzles/puzzles_r9561.bb b/meta/recipes-sato/puzzles/puzzles_r9561.bb index 7c1842168a1..310798d4321 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"