summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/gnupg/gnupg_2.1.11.bb
diff options
context:
space:
mode:
authorJussi Kukkonen <jussi.kukkonen@intel.com>2016-05-25 09:40:26 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-05-30 09:30:31 +0100
commitdfc9178e2f2b6873ca497d981e308e00d15280b5 (patch)
tree112828eba4af181db3e89fdbaa544feffce418ab /meta/recipes-support/gnupg/gnupg_2.1.11.bb
parentcab454a22a877cf6226b210de23e10b0a33b0acc (diff)
downloadopenembedded-core-dfc9178e2f2b6873ca497d981e308e00d15280b5.tar.gz
gnupg.org-hosted recipes: Change SRC_URI to https site
https version seems more reliable and in an informal test fetching all gnupg recipes now takes <20% of the time it used to. Define GNUPG_MIRROR in bitbake.conf so future tweaks to this are easier. Replace some slower mirrors with the official ftp site and another from gnupg.org mirror list. Set UPSTREAM_CHECK_URI in all recipes that need it to "https://gnupg.org/download/index.html" as the directory listings are not up-to-date. Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-support/gnupg/gnupg_2.1.11.bb')
-rw-r--r--meta/recipes-support/gnupg/gnupg_2.1.11.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-support/gnupg/gnupg_2.1.11.bb b/meta/recipes-support/gnupg/gnupg_2.1.11.bb
index 8e2189bca7..5d1372bdd6 100644
--- a/meta/recipes-support/gnupg/gnupg_2.1.11.bb
+++ b/meta/recipes-support/gnupg/gnupg_2.1.11.bb
@@ -8,7 +8,8 @@ DEPENDS = "npth libassuan libksba zlib bzip2 readline libgcrypt"
inherit autotools gettext texinfo pkgconfig
-SRC_URI = "ftp://ftp.gnupg.org/gcrypt/${BPN}/${BPN}-${PV}.tar.bz2 \
+UPSTREAM_CHECK_URI = "https://gnupg.org/download/index.html"
+SRC_URI = "${GNUPG_MIRROR}/${BPN}/${BPN}-${PV}.tar.bz2 \
file://pkgconfig.patch \
file://use-pkgconfig-instead-of-npth-config.patch \
file://dirmngr-uses-libgpg-error.patch \