diff options
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/aspell/aspell_0.60.6.bb | 2 | ||||
-rw-r--r-- | meta/recipes-support/gmp/gmp.inc | 2 | ||||
-rw-r--r-- | meta/recipes-support/gmp/gmp_4.2.1.bb | 2 | ||||
-rw-r--r-- | meta/recipes-support/libiconv/libiconv_1.9.2.bb | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-support/aspell/aspell_0.60.6.bb b/meta/recipes-support/aspell/aspell_0.60.6.bb index 696d5b4dd1..455ea356cd 100644 --- a/meta/recipes-support/aspell/aspell_0.60.6.bb +++ b/meta/recipes-support/aspell/aspell_0.60.6.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | SRC_URI = "ftp://ftp.gnu.org/gnu/aspell/aspell-${PV}.tar.gz" | 1 | SRC_URI = "${GNU_MIRROR}/aspell/aspell-${PV}.tar.gz" |
2 | 2 | ||
3 | SRC_URI[md5sum] = "bc80f0198773d5c05086522be67334eb" | 3 | SRC_URI[md5sum] = "bc80f0198773d5c05086522be67334eb" |
4 | SRC_URI[sha256sum] = "4f5b1520e26cf6bbb1b5ca8a2f9f22948c3ca38ac4c2dd9e02df042fee7c0e36" | 4 | SRC_URI[sha256sum] = "4f5b1520e26cf6bbb1b5ca8a2f9f22948c3ca38ac4c2dd9e02df042fee7c0e36" |
diff --git a/meta/recipes-support/gmp/gmp.inc b/meta/recipes-support/gmp/gmp.inc index 6b56f7e7c8..66349e6e21 100644 --- a/meta/recipes-support/gmp/gmp.inc +++ b/meta/recipes-support/gmp/gmp.inc | |||
@@ -3,7 +3,7 @@ DESCRIPTION = "GNU multiprecision arithmetic library" | |||
3 | HOMEPAGE = "http://www.swox.com/gmp/" | 3 | HOMEPAGE = "http://www.swox.com/gmp/" |
4 | LICENSE = "GPLv3 LGPLv3" | 4 | LICENSE = "GPLv3 LGPLv3" |
5 | 5 | ||
6 | SRC_URI = "ftp://ftp.gnu.org/gnu/gmp/gmp-${PV}.tar.bz2 \ | 6 | SRC_URI = "${GNU_MIRROR}/gmp/gmp-${PV}.tar.bz2 \ |
7 | file://configure.patch \ | 7 | file://configure.patch \ |
8 | file://amd64.patch " | 8 | file://amd64.patch " |
9 | 9 | ||
diff --git a/meta/recipes-support/gmp/gmp_4.2.1.bb b/meta/recipes-support/gmp/gmp_4.2.1.bb index d70dcf2665..74da6b8b1c 100644 --- a/meta/recipes-support/gmp/gmp_4.2.1.bb +++ b/meta/recipes-support/gmp/gmp_4.2.1.bb | |||
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=892f569a555ba9c07a568a7c0c4fa63a \ | |||
8 | file://gmp-h.in;startline=6;endline=21;md5=5e25ffd16996faba8c1cd27b04b16099" | 8 | file://gmp-h.in;startline=6;endline=21;md5=5e25ffd16996faba8c1cd27b04b16099" |
9 | PR = "r0" | 9 | PR = "r0" |
10 | 10 | ||
11 | SRC_URI = "ftp://ftp.gnu.org/gnu/gmp/${BP}.tar.bz2 \ | 11 | SRC_URI = "${GNU_MIRROR}/gmp/${BP}.tar.bz2 \ |
12 | file://disable-stdc.patch" | 12 | file://disable-stdc.patch" |
13 | 13 | ||
14 | inherit autotools | 14 | inherit autotools |
diff --git a/meta/recipes-support/libiconv/libiconv_1.9.2.bb b/meta/recipes-support/libiconv/libiconv_1.9.2.bb index d427dcef83..dac9e3cf0c 100644 --- a/meta/recipes-support/libiconv/libiconv_1.9.2.bb +++ b/meta/recipes-support/libiconv/libiconv_1.9.2.bb | |||
@@ -7,7 +7,7 @@ NOTES = "Needs to be stripped down to: ascii iso8859-1 eucjp iso-2022jp gb utf8" | |||
7 | PROVIDES = "virtual/libiconv" | 7 | PROVIDES = "virtual/libiconv" |
8 | PR = "r4" | 8 | PR = "r4" |
9 | LICENSE = "LGPL" | 9 | LICENSE = "LGPL" |
10 | SRC_URI = "ftp://ftp.gnu.org/pub/gnu/libiconv/libiconv-${PV}.tar.gz" | 10 | SRC_URI = "${GNU_MIRROR}/libiconv/libiconv-${PV}.tar.gz" |
11 | 11 | ||
12 | S = "${WORKDIR}/libiconv-${PV}" | 12 | S = "${WORKDIR}/libiconv-${PV}" |
13 | 13 | ||