From 4c1a768238fe9a36b7ed714c9c40951b7357410a Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Tue, 17 Jul 2012 21:38:49 -0700 Subject: puzzles, mkelfimage: Add protocol=http This would fail in some firewall situations otherwise Signed-off-by: Saul Wold --- meta/recipes-devtools/mkelfimage/mkelfimage_svn.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-devtools/mkelfimage') diff --git a/meta/recipes-devtools/mkelfimage/mkelfimage_svn.bb b/meta/recipes-devtools/mkelfimage/mkelfimage_svn.bb index c670f23e25..eb6aa7146e 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 \ " -- cgit 1.2.3-korg