diff options
author | Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> | 2018-10-03 18:16:16 +0200 |
---|---|---|
committer | Ross Burton <ross.burton@intel.com> | 2018-10-05 10:33:44 +0100 |
commit | 379ea8dd144b06aeb459e9a82c792c84d8a5baf7 (patch) | |
tree | 2e5e1fbf44e4cc1c9b0a78a806a2a281faae10fc /recipes-support/gnutls | |
parent | 4b440e072abc1be4be8458efdeb259457c23f80d (diff) | |
download | meta-gplv2-8be42c4f2568ec66bd2f49758d8d3e6b9cce1b1d.tar.gz |
gnutls: use https mirror for SRC_URI instead of ftpyocto-2.6thud-20.0.0
Signed-off-by: Oleksandr Kravchuk <dev@sashko.rv.ua>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'recipes-support/gnutls')
-rw-r--r-- | recipes-support/gnutls/gnutls.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-support/gnutls/gnutls.inc b/recipes-support/gnutls/gnutls.inc index 4cf375f..428248f 100644 --- a/recipes-support/gnutls/gnutls.inc +++ b/recipes-support/gnutls/gnutls.inc | |||
@@ -16,7 +16,7 @@ DEPENDS_append_libc-musl = " argp-standalone" | |||
16 | 16 | ||
17 | SHRT_VER = "${@d.getVar('PV').split('.')[0]}.${@d.getVar('PV').split('.')[1]}" | 17 | SHRT_VER = "${@d.getVar('PV').split('.')[0]}.${@d.getVar('PV').split('.')[1]}" |
18 | 18 | ||
19 | SRC_URI = "ftp://ftp.gnutls.org/gcrypt/gnutls/v${SHRT_VER}/gnutls-${PV}.tar.xz" | 19 | SRC_URI = "https://www.gnupg.org/ftp/gcrypt/gnutls/v${SHRT_VER}/gnutls-${PV}.tar.xz" |
20 | 20 | ||
21 | inherit autotools texinfo binconfig pkgconfig gettext lib_package gtk-doc | 21 | inherit autotools texinfo binconfig pkgconfig gettext lib_package gtk-doc |
22 | 22 | ||