puzzles, mkelfimage: Use svn protocol instead of http

These repos are not setup to serve through http protocol

(From OE-Core rev: add617cbeac9fcf4621cca45a0800c5ab6239c5a)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Khem Raj
2012-07-19 22:23:00 -07:00
committed by Richard Purdie
parent 589a7fee4e
commit ceb0f25ac1
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ PR = "r1"
DEPENDS += "zlib"
SRC_URI = "svn://coreboot.org/coreboot/trunk/util;module=mkelfImage;protocol=http \
SRC_URI = "svn://coreboot.org/coreboot/trunk/util;module=mkelfImage;protocol=svn \
file://cross-compile.patch \
"

View 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};protocol=http"
SRC_URI = "svn://svn.tartarus.org/sgt;module=puzzles;rev=${MOD_PV};protocol=svn"
S = "${WORKDIR}/${BPN}"
#SRC_URI = "http://www.chiark.greenend.org.uk/~sgtatham/puzzles/puzzles-${PV}.tar.gz"