mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00:00
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:
@@ -10,7 +10,7 @@ PR = "r1"
|
|||||||
|
|
||||||
DEPENDS += "zlib"
|
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 \
|
file://cross-compile.patch \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ LICENSE = "MIT"
|
|||||||
LIC_FILES_CHKSUM = "file://LICENCE;md5=453de74d749439762ef4814f7bee1fec"
|
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
|
# 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}"
|
S = "${WORKDIR}/${BPN}"
|
||||||
|
|
||||||
#SRC_URI = "http://www.chiark.greenend.org.uk/~sgtatham/puzzles/puzzles-${PV}.tar.gz"
|
#SRC_URI = "http://www.chiark.greenend.org.uk/~sgtatham/puzzles/puzzles-${PV}.tar.gz"
|
||||||
|
|||||||
Reference in New Issue
Block a user