diff options
author | Jussi Kukkonen <jussi.kukkonen@intel.com> | 2016-05-25 09:40:26 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-05-30 15:58:13 +0100 |
commit | 145d28571db03742c8f4d240d52694a177f3a15a (patch) | |
tree | 8bfafd2ec12dd38d5dff9789863ffa21b66c0bb1 /meta/recipes-support | |
parent | 2e74e4c7bc92ef84c72e6315215f4a10b1df8378 (diff) | |
download | poky-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')
-rw-r--r-- | meta/recipes-support/gnupg/gnupg_1.4.7.bb | 2 | ||||
-rw-r--r-- | meta/recipes-support/gnupg/gnupg_2.1.11.bb | 3 | ||||
-rw-r--r-- | meta/recipes-support/gpgme/gpgme_1.6.0.bb | 3 | ||||
-rw-r--r-- | meta/recipes-support/libassuan/libassuan_2.4.2.bb | 3 | ||||
-rw-r--r-- | meta/recipes-support/libgcrypt/libgcrypt.inc | 3 | ||||
-rw-r--r-- | meta/recipes-support/libgpg-error/libgpg-error_1.21.bb | 3 | ||||
-rw-r--r-- | meta/recipes-support/libksba/libksba_1.3.3.bb | 3 | ||||
-rw-r--r-- | meta/recipes-support/npth/npth_1.2.bb | 3 | ||||
-rw-r--r-- | meta/recipes-support/pinentry/pinentry_0.9.2.bb | 3 |
9 files changed, 17 insertions, 9 deletions
diff --git a/meta/recipes-support/gnupg/gnupg_1.4.7.bb b/meta/recipes-support/gnupg/gnupg_1.4.7.bb index b4ccbfed69..6ccffd54ca 100644 --- a/meta/recipes-support/gnupg/gnupg_1.4.7.bb +++ b/meta/recipes-support/gnupg/gnupg_1.4.7.bb | |||
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a" | |||
9 | 9 | ||
10 | PR = "r9" | 10 | PR = "r9" |
11 | 11 | ||
12 | SRC_URI = "ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-${PV}.tar.bz2 \ | 12 | SRC_URI = "${GNUPG_MIRROR}/gnupg/gnupg-${PV}.tar.bz2 \ |
13 | file://long-long-thumb.patch \ | 13 | file://long-long-thumb.patch \ |
14 | file://configure.patch \ | 14 | file://configure.patch \ |
15 | file://mips_gcc4.4.patch \ | 15 | file://mips_gcc4.4.patch \ |
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" | |||
8 | 8 | ||
9 | inherit autotools gettext texinfo pkgconfig | 9 | inherit autotools gettext texinfo pkgconfig |
10 | 10 | ||
11 | SRC_URI = "ftp://ftp.gnupg.org/gcrypt/${BPN}/${BPN}-${PV}.tar.bz2 \ | 11 | UPSTREAM_CHECK_URI = "https://gnupg.org/download/index.html" |
12 | SRC_URI = "${GNUPG_MIRROR}/${BPN}/${BPN}-${PV}.tar.bz2 \ | ||
12 | file://pkgconfig.patch \ | 13 | file://pkgconfig.patch \ |
13 | file://use-pkgconfig-instead-of-npth-config.patch \ | 14 | file://use-pkgconfig-instead-of-npth-config.patch \ |
14 | file://dirmngr-uses-libgpg-error.patch \ | 15 | file://dirmngr-uses-libgpg-error.patch \ |
diff --git a/meta/recipes-support/gpgme/gpgme_1.6.0.bb b/meta/recipes-support/gpgme/gpgme_1.6.0.bb index 86eda239bf..a2d05878b6 100644 --- a/meta/recipes-support/gpgme/gpgme_1.6.0.bb +++ b/meta/recipes-support/gpgme/gpgme_1.6.0.bb | |||
@@ -9,7 +9,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ | |||
9 | file://src/gpgme.h.in;endline=23;md5=5027eec93a996272a9a0a6a86cf35775 \ | 9 | file://src/gpgme.h.in;endline=23;md5=5027eec93a996272a9a0a6a86cf35775 \ |
10 | file://src/engine.h;endline=22;md5=4b6d8ba313d9b564cc4d4cfb1640af9d" | 10 | file://src/engine.h;endline=22;md5=4b6d8ba313d9b564cc4d4cfb1640af9d" |
11 | 11 | ||
12 | SRC_URI = "ftp://ftp.gnupg.org/gcrypt/gpgme/${BP}.tar.bz2 \ | 12 | UPSTREAM_CHECK_URI = "https://gnupg.org/download/index.html" |
13 | SRC_URI = "${GNUPG_MIRROR}/gpgme/${BP}.tar.bz2 \ | ||
13 | file://gpgme.pc \ | 14 | file://gpgme.pc \ |
14 | file://pkgconfig.patch \ | 15 | file://pkgconfig.patch \ |
15 | " | 16 | " |
diff --git a/meta/recipes-support/libassuan/libassuan_2.4.2.bb b/meta/recipes-support/libassuan/libassuan_2.4.2.bb index f376d631ed..92ec5c0447 100644 --- a/meta/recipes-support/libassuan/libassuan_2.4.2.bb +++ b/meta/recipes-support/libassuan/libassuan_2.4.2.bb | |||
@@ -12,7 +12,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949 \ | |||
12 | 12 | ||
13 | DEPENDS = "libgpg-error" | 13 | DEPENDS = "libgpg-error" |
14 | 14 | ||
15 | SRC_URI = "ftp://ftp.gnupg.org/gcrypt/libassuan/libassuan-${PV}.tar.bz2 \ | 15 | UPSTREAM_CHECK_URI = "https://gnupg.org/download/index.html" |
16 | SRC_URI = "${GNUPG_MIRROR}/libassuan/libassuan-${PV}.tar.bz2 \ | ||
16 | file://libassuan-add-pkgconfig-support.patch" | 17 | file://libassuan-add-pkgconfig-support.patch" |
17 | 18 | ||
18 | SRC_URI[md5sum] = "70151995c2330ae1261c0a7ca34cf478" | 19 | SRC_URI[md5sum] = "70151995c2330ae1261c0a7ca34cf478" |
diff --git a/meta/recipes-support/libgcrypt/libgcrypt.inc b/meta/recipes-support/libgcrypt/libgcrypt.inc index 5478253e06..a4f3cd0f00 100644 --- a/meta/recipes-support/libgcrypt/libgcrypt.inc +++ b/meta/recipes-support/libgcrypt/libgcrypt.inc | |||
@@ -14,7 +14,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ | |||
14 | 14 | ||
15 | DEPENDS = "libgpg-error libcap" | 15 | DEPENDS = "libgpg-error libcap" |
16 | 16 | ||
17 | SRC_URI = "ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-${PV}.tar.gz \ | 17 | UPSTREAM_CHECK_URI = "https://gnupg.org/download/index.html" |
18 | SRC_URI = "${GNUPG_MIRROR}/libgcrypt/libgcrypt-${PV}.tar.gz \ | ||
18 | file://add-pkgconfig-support.patch \ | 19 | file://add-pkgconfig-support.patch \ |
19 | file://libgcrypt-fix-building-error-with-O2-in-sysroot-path.patch \ | 20 | file://libgcrypt-fix-building-error-with-O2-in-sysroot-path.patch \ |
20 | file://fix-ICE-failure-on-mips-with-option-O-and-g.patch \ | 21 | file://fix-ICE-failure-on-mips-with-option-O-and-g.patch \ |
diff --git a/meta/recipes-support/libgpg-error/libgpg-error_1.21.bb b/meta/recipes-support/libgpg-error/libgpg-error_1.21.bb index 0dd16025af..e4190ce540 100644 --- a/meta/recipes-support/libgpg-error/libgpg-error_1.21.bb +++ b/meta/recipes-support/libgpg-error/libgpg-error_1.21.bb | |||
@@ -11,7 +11,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \ | |||
11 | 11 | ||
12 | SECTION = "libs" | 12 | SECTION = "libs" |
13 | 13 | ||
14 | SRC_URI = "ftp://ftp.gnupg.org/gcrypt/libgpg-error/libgpg-error-${PV}.tar.bz2 \ | 14 | UPSTREAM_CHECK_URI = "https://gnupg.org/download/index.html" |
15 | SRC_URI = "${GNUPG_MIRROR}/libgpg-error/libgpg-error-${PV}.tar.bz2 \ | ||
15 | file://pkgconfig.patch \ | 16 | file://pkgconfig.patch \ |
16 | file://0001-libgpg-error-Add-nios2-support.patch \ | 17 | file://0001-libgpg-error-Add-nios2-support.patch \ |
17 | " | 18 | " |
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 | ||
14 | inherit autotools binconfig-disabled pkgconfig texinfo | 14 | inherit autotools binconfig-disabled pkgconfig texinfo |
15 | 15 | ||
16 | SRC_URI = "ftp://ftp.gnupg.org/gcrypt/${BPN}/${BPN}-${PV}.tar.bz2 \ | 16 | UPSTREAM_CHECK_URI = "https://gnupg.org/download/index.html" |
17 | SRC_URI = "${GNUPG_MIRROR}/${BPN}/${BPN}-${PV}.tar.bz2 \ | ||
17 | file://ksba-add-pkgconfig-support.patch" | 18 | file://ksba-add-pkgconfig-support.patch" |
18 | 19 | ||
19 | SRC_URI[md5sum] = "a5dd3c57fca254935f5cf8db26e39065" | 20 | SRC_URI[md5sum] = "a5dd3c57fca254935f5cf8db26e39065" |
diff --git a/meta/recipes-support/npth/npth_1.2.bb b/meta/recipes-support/npth/npth_1.2.bb index 1b3962e640..66aa3474bd 100644 --- a/meta/recipes-support/npth/npth_1.2.bb +++ b/meta/recipes-support/npth/npth_1.2.bb | |||
@@ -6,7 +6,8 @@ LIC_FILES_CHKSUM = "\ | |||
6 | file://COPYING;md5=751419260aa954499f7abaabaa882bbe\ | 6 | file://COPYING;md5=751419260aa954499f7abaabaa882bbe\ |
7 | file://COPYING.LESSER;md5=6a6a8e020838b23406c81b19c1d46df6\ | 7 | file://COPYING.LESSER;md5=6a6a8e020838b23406c81b19c1d46df6\ |
8 | " | 8 | " |
9 | SRC_URI = "ftp://ftp.gnupg.org/gcrypt/npth/npth-${PV}.tar.bz2 \ | 9 | UPSTREAM_CHECK_URI = "https://gnupg.org/download/index.html" |
10 | SRC_URI = "${GNUPG_MIRROR}/npth/npth-${PV}.tar.bz2 \ | ||
10 | file://pkgconfig.patch \ | 11 | file://pkgconfig.patch \ |
11 | " | 12 | " |
12 | 13 | ||
diff --git a/meta/recipes-support/pinentry/pinentry_0.9.2.bb b/meta/recipes-support/pinentry/pinentry_0.9.2.bb index d6b7130208..d315a99d4c 100644 --- a/meta/recipes-support/pinentry/pinentry_0.9.2.bb +++ b/meta/recipes-support/pinentry/pinentry_0.9.2.bb | |||
@@ -12,7 +12,8 @@ inherit autotools | |||
12 | 12 | ||
13 | DEPENDS = "gettext-native" | 13 | DEPENDS = "gettext-native" |
14 | 14 | ||
15 | SRC_URI = "ftp://ftp.gnupg.org/gcrypt/${BPN}/${BPN}-${PV}.tar.bz2" | 15 | UPSTREAM_CHECK_URI = "https://gnupg.org/download/index.html" |
16 | SRC_URI = "${GNUPG_MIRROR}/${BPN}/${BPN}-${PV}.tar.bz2" | ||
16 | 17 | ||
17 | SRC_URI[md5sum] = "f51d454f921111b5156a2291cbf70278" | 18 | SRC_URI[md5sum] = "f51d454f921111b5156a2291cbf70278" |
18 | SRC_URI[sha256sum] = "fd8bc1592ceb22bb492b07cb29b1b140bb882c859e6503b974254c0a4b4134d1" | 19 | SRC_URI[sha256sum] = "fd8bc1592ceb22bb492b07cb29b1b140bb882c859e6503b974254c0a4b4134d1" |