diff options
author | Ross Burton <ross.burton@intel.com> | 2018-07-16 11:29:41 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-07-18 10:18:42 +0100 |
commit | c093b4072775586f62ba550015565628cebdd34c (patch) | |
tree | 0eb7d1bc8142f724bc790fa92da7ae14a043ddc8 /meta/recipes-support | |
parent | 81fd206d5b158c5187840fedf211a9289c040fa6 (diff) | |
download | poky-c093b4072775586f62ba550015565628cebdd34c.tar.gz |
gnutls: use HTTP instead of FTP
HTTP is in general more reliable so use that in the SRC_URI.
(From OE-Core rev: 4f3378e0763a94a5daac7169f498177fc6ef4e75)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/gnutls/gnutls.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/gnutls/gnutls.inc b/meta/recipes-support/gnutls/gnutls.inc index 7bcb9133ad..98ec8d9667 100644 --- a/meta/recipes-support/gnutls/gnutls.inc +++ b/meta/recipes-support/gnutls/gnutls.inc | |||
@@ -17,7 +17,7 @@ DEPENDS_append_libc-musl = " argp-standalone" | |||
17 | 17 | ||
18 | SHRT_VER = "${@d.getVar('PV').split('.')[0]}.${@d.getVar('PV').split('.')[1]}" | 18 | SHRT_VER = "${@d.getVar('PV').split('.')[0]}.${@d.getVar('PV').split('.')[1]}" |
19 | 19 | ||
20 | SRC_URI = "ftp://ftp.gnutls.org/gcrypt/gnutls/v${SHRT_VER}/gnutls-${PV}.tar.xz" | 20 | SRC_URI = "https://www.gnupg.org/ftp/gcrypt/gnutls/v${SHRT_VER}/gnutls-${PV}.tar.xz" |
21 | 21 | ||
22 | inherit autotools texinfo binconfig pkgconfig gettext lib_package gtk-doc | 22 | inherit autotools texinfo binconfig pkgconfig gettext lib_package gtk-doc |
23 | 23 | ||