summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libksba
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 15:58:13 +0100
commit145d28571db03742c8f4d240d52694a177f3a15a (patch)
tree8bfafd2ec12dd38d5dff9789863ffa21b66c0bb1 /meta/recipes-support/libksba
parent2e74e4c7bc92ef84c72e6315215f4a10b1df8378 (diff)
downloadpoky-145d28571db03742c8f4d240d52694a177f3a15a.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. (From OE-Core rev: dfc9178e2f2b6873ca497d981e308e00d15280b5) Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/libksba')
-rw-r--r--meta/recipes-support/libksba/libksba_1.3.3.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-support/libksba/libksba_1.3.3.bb b/meta/recipes-support/libksba/libksba_1.3.3.bb
index bc21164199..9c901f6f51 100644
--- a/meta/recipes-support/libksba/libksba_1.3.3.bb
+++ b/meta/recipes-support/libksba/libksba_1.3.3.bb
@@ -13,7 +13,8 @@ BINCONFIG = "${bindir}/ksba-config"
13 13
14inherit autotools binconfig-disabled pkgconfig texinfo 14inherit autotools binconfig-disabled pkgconfig texinfo
15 15
16SRC_URI = "ftp://ftp.gnupg.org/gcrypt/${BPN}/${BPN}-${PV}.tar.bz2 \ 16UPSTREAM_CHECK_URI = "https://gnupg.org/download/index.html"
17SRC_URI = "${GNUPG_MIRROR}/${BPN}/${BPN}-${PV}.tar.bz2 \
17 file://ksba-add-pkgconfig-support.patch" 18 file://ksba-add-pkgconfig-support.patch"
18 19
19SRC_URI[md5sum] = "a5dd3c57fca254935f5cf8db26e39065" 20SRC_URI[md5sum] = "a5dd3c57fca254935f5cf8db26e39065"