diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/mkelfimage/mkelfimage_svn.bb | 2 | ||||
-rw-r--r-- | meta/recipes-sato/puzzles/puzzles_r9561.bb | 2 |
2 files changed, 2 insertions, 2 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" | |||
10 | 10 | ||
11 | DEPENDS += "zlib" | 11 | DEPENDS += "zlib" |
12 | 12 | ||
13 | SRC_URI = "svn://coreboot.org/coreboot/trunk/util;module=mkelfImage \ | 13 | SRC_URI = "svn://coreboot.org/coreboot/trunk/util;module=mkelfImage;protocol=http \ |
14 | file://cross-compile.patch \ | 14 | file://cross-compile.patch \ |
15 | " | 15 | " |
16 | 16 | ||
diff --git a/meta/recipes-sato/puzzles/puzzles_r9561.bb b/meta/recipes-sato/puzzles/puzzles_r9561.bb index 5b64cdac72..7c1842168a 100644 --- a/meta/recipes-sato/puzzles/puzzles_r9561.bb +++ b/meta/recipes-sato/puzzles/puzzles_r9561.bb | |||
@@ -9,7 +9,7 @@ LICENSE = "MIT" | |||
9 | LIC_FILES_CHKSUM = "file://LICENCE;md5=453de74d749439762ef4814f7bee1fec" | 9 | LIC_FILES_CHKSUM = "file://LICENCE;md5=453de74d749439762ef4814f7bee1fec" |
10 | 10 | ||
11 | # Upstream updates puzzles.tar.gz for the new release, so checksums seem to be changing regularly right now | 11 | # Upstream updates puzzles.tar.gz for the new release, so checksums seem to be changing regularly right now |
12 | SRC_URI = "svn://svn.tartarus.org/sgt;module=puzzles;rev=${MOD_PV}" | 12 | SRC_URI = "svn://svn.tartarus.org/sgt;module=puzzles;rev=${MOD_PV};protocol=http" |
13 | S = "${WORKDIR}/${BPN}" | 13 | S = "${WORKDIR}/${BPN}" |
14 | 14 | ||
15 | #SRC_URI = "http://www.chiark.greenend.org.uk/~sgtatham/puzzles/puzzles-${PV}.tar.gz" | 15 | #SRC_URI = "http://www.chiark.greenend.org.uk/~sgtatham/puzzles/puzzles-${PV}.tar.gz" |