[oe-commits] Saul Wold : puzzles, mkelfimage: Add protocol=http

git at git.openembedded.org git at git.openembedded.org
Wed Jul 18 13:31:47 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: 4c1a768238fe9a36b7ed714c9c40951b7357410a
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=4c1a768238fe9a36b7ed714c9c40951b7357410a

Author: Saul Wold <sgw at linux.intel.com>
Date:   Tue Jul 17 21:38:49 2012 -0700

puzzles, mkelfimage: Add protocol=http

This would fail in some firewall situations otherwise

Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 meta/recipes-devtools/mkelfimage/mkelfimage_svn.bb |    2 +-
 meta/recipes-sato/puzzles/puzzles_r9561.bb         |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-devtools/mkelfimage/mkelfimage_svn.bb b/meta/recipes-devtools/mkelfimage/mkelfimage_svn.bb
index c670f23..eb6aa71 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 \
+SRC_URI = "svn://coreboot.org/coreboot/trunk/util;module=mkelfImage;protocol=http \
            file://cross-compile.patch \
           "
 
diff --git a/meta/recipes-sato/puzzles/puzzles_r9561.bb b/meta/recipes-sato/puzzles/puzzles_r9561.bb
index 5b64cda..7c18421 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}"
+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"





More information about the Openembedded-commits mailing list