diff options
author | Saul Wold <sgw@linux.intel.com> | 2012-07-17 21:38:49 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-18 14:28:44 +0100 |
commit | 4c1a768238fe9a36b7ed714c9c40951b7357410a (patch) | |
tree | 0689a85283a68955d38d1c32e4c8d2107046f3aa /meta/recipes-devtools/mkelfimage | |
parent | 03690060fe13e083723a572ec0438a1381e418db (diff) | |
download | openembedded-core-4c1a768238fe9a36b7ed714c9c40951b7357410a.tar.gz openembedded-core-4c1a768238fe9a36b7ed714c9c40951b7357410a.tar.bz2 openembedded-core-4c1a768238fe9a36b7ed714c9c40951b7357410a.zip |
puzzles, mkelfimage: Add protocol=http
This would fail in some firewall situations otherwise
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-devtools/mkelfimage')
-rw-r--r-- | meta/recipes-devtools/mkelfimage/mkelfimage_svn.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ " |