mirror of
https://git.yoctoproject.org/poky
synced 2026-05-02 18:32:15 +02:00
puzzles, mkelfimage: Add protocol=http
This would fail in some firewall situations otherwise (From OE-Core rev: 4c1a768238fe9a36b7ed714c9c40951b7357410a) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
12e68d410b
commit
18d4ed7324
@@ -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 \
|
||||
"
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user