]> code.ossystems Code Review - openembedded-core.git/commitdiff
puzzles, mkelfimage: Add protocol=http
authorSaul Wold <sgw@linux.intel.com>
Wed, 18 Jul 2012 04:38:49 +0000 (21:38 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 18 Jul 2012 13:28:44 +0000 (14:28 +0100)
This would fail in some firewall situations otherwise

Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-devtools/mkelfimage/mkelfimage_svn.bb
meta/recipes-sato/puzzles/puzzles_r9561.bb

index c670f23e2581e248b42e64ce7741ef89c438d72a..eb6aa7146e415d09ca76f2542aeb933ad0bed605 100644 (file)
@@ -10,7 +10,7 @@ PR = "r1"
 
 DEPENDS += "zlib"
 
-SRC_URI = "svn://coreboot.org/coreboot/trunk/util;module=mkelfImage \
+SRC_URI = "svn://coreboot.org/coreboot/trunk/util;module=mkelfImage;protocol=http \
            file://cross-compile.patch \
           "
 
index 5b64cdac7289610a4a956a0f1ac9abc9d91001b3..7c1842168a1521b3a76275db482e1b3e605780be 100644 (file)
@@ -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}"
+SRC_URI = "svn://svn.tartarus.org/sgt;module=puzzles;rev=${MOD_PV};protocol=http"
 S = "${WORKDIR}/${BPN}"
 
 #SRC_URI = "http://www.chiark.greenend.org.uk/~sgtatham/puzzles/puzzles-${PV}.tar.gz"