summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-devtools/octave/octave_4.4.1.bb2
-rw-r--r--meta-oe/recipes-kernel/crash/crash_7.2.6.bb2
-rw-r--r--meta-oe/recipes-support/libmicrohttpd/libmicrohttpd_0.9.59.bb2
-rw-r--r--meta-oe/recipes-support/zile/zile_2.4.14.bb2
4 files changed, 4 insertions, 4 deletions
diff --git a/meta-oe/recipes-devtools/octave/octave_4.4.1.bb b/meta-oe/recipes-devtools/octave/octave_4.4.1.bb
index 1ec32ce89..71d24504f 100644
--- a/meta-oe/recipes-devtools/octave/octave_4.4.1.bb
+++ b/meta-oe/recipes-devtools/octave/octave_4.4.1.bb
@@ -11,7 +11,7 @@ inherit autotools pkgconfig texinfo gettext
11 11
12EXTRA_OECONF = "--disable-java --disable-docs" 12EXTRA_OECONF = "--disable-java --disable-docs"
13 13
14SRC_URI = "https://ftp.gnu.org/gnu/octave/${PN}-${PV}.tar.gz \ 14SRC_URI = "${GNU_MIRROR}/octave/${PN}-${PV}.tar.gz \
15 file://fix-blas-library-integer-size.patch \ 15 file://fix-blas-library-integer-size.patch \
16" 16"
17 17
diff --git a/meta-oe/recipes-kernel/crash/crash_7.2.6.bb b/meta-oe/recipes-kernel/crash/crash_7.2.6.bb
index a8bfe27da..0a7c384a7 100644
--- a/meta-oe/recipes-kernel/crash/crash_7.2.6.bb
+++ b/meta-oe/recipes-kernel/crash/crash_7.2.6.bb
@@ -14,7 +14,7 @@ DEPENDS = "zlib readline coreutils-native"
14 14
15S = "${WORKDIR}/git" 15S = "${WORKDIR}/git"
16SRC_URI = "git://github.com/crash-utility/${BPN}.git \ 16SRC_URI = "git://github.com/crash-utility/${BPN}.git \
17 http://ftp.gnu.org/gnu/gdb/gdb-7.6.tar.gz;name=gdb;subdir=git \ 17 ${GNU_MIRROR}/gdb/gdb-7.6.tar.gz;name=gdb;subdir=git \
18 file://7001force_define_architecture.patch \ 18 file://7001force_define_architecture.patch \
19 file://7003cross_ranlib.patch \ 19 file://7003cross_ranlib.patch \
20 file://0001-cross_add_configure_option.patch \ 20 file://0001-cross_add_configure_option.patch \
diff --git a/meta-oe/recipes-support/libmicrohttpd/libmicrohttpd_0.9.59.bb b/meta-oe/recipes-support/libmicrohttpd/libmicrohttpd_0.9.59.bb
index b44c66af7..7e50edf7b 100644
--- a/meta-oe/recipes-support/libmicrohttpd/libmicrohttpd_0.9.59.bb
+++ b/meta-oe/recipes-support/libmicrohttpd/libmicrohttpd_0.9.59.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=9331186f4f80db7da0e724bdd6554ee5"
5SECTION = "net" 5SECTION = "net"
6DEPENDS = "file" 6DEPENDS = "file"
7 7
8SRC_URI = "http://ftp.gnu.org/gnu/libmicrohttpd/${BPN}-${PV}.tar.gz" 8SRC_URI = "${GNU_MIRROR}/libmicrohttpd/${BPN}-${PV}.tar.gz"
9SRC_URI[md5sum] = "8ab5123535549195aff19e91b4e49f48" 9SRC_URI[md5sum] = "8ab5123535549195aff19e91b4e49f48"
10SRC_URI[sha256sum] = "9b9ccd7d0b11b0e179f1f58dc2caa3e0c62c8609e1e1dc7dcaadf941b67d923c" 10SRC_URI[sha256sum] = "9b9ccd7d0b11b0e179f1f58dc2caa3e0c62c8609e1e1dc7dcaadf941b67d923c"
11 11
diff --git a/meta-oe/recipes-support/zile/zile_2.4.14.bb b/meta-oe/recipes-support/zile/zile_2.4.14.bb
index 515cf4136..3b846c151 100644
--- a/meta-oe/recipes-support/zile/zile_2.4.14.bb
+++ b/meta-oe/recipes-support/zile/zile_2.4.14.bb
@@ -5,7 +5,7 @@ DEPENDS = "ncurses bdwgc"
5LICENSE = "GPLv3" 5LICENSE = "GPLv3"
6LIC_FILES_CHKSUM = "file://COPYING;md5=1ebbd3e34237af26da5dc08a4e440464" 6LIC_FILES_CHKSUM = "file://COPYING;md5=1ebbd3e34237af26da5dc08a4e440464"
7 7
8SRC_URI = "http://ftp.gnu.org/gnu/zile/${BP}.tar.gz \ 8SRC_URI = "${GNU_MIRROR}/zile/${BP}.tar.gz \
9 file://remove-help2man.patch \ 9 file://remove-help2man.patch \
10" 10"
11 11