summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support
diff options
context:
space:
mode:
authorStefan Müller-Klieser <s.mueller-klieser@phytec.de>2019-12-14 14:15:04 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-12-16 23:08:52 +0000
commit8673e91f2dd6c51623c3404cfb8861cbb2be5f1c (patch)
tree1234d56bc97e52763bd50407f9cca4ee57468c3f /meta/recipes-support
parent8f8a76d3197008c989393699b80418caf2fb7174 (diff)
downloadpoky-8673e91f2dd6c51623c3404cfb8861cbb2be5f1c.tar.gz
recipes: change SRC_URI to use https
Change all recipes to https where we get an http 301 permanent redirect. (From OE-Core rev: e514acda9e12bccde6d3974e0fd1a37b3837191a) (From OE-Core rev: e62c39670241136df7f17e5784b3de7b64d8f5d0) Signed-off-by: Stefan Müller-Klieser <s.mueller-klieser@phytec.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r--meta/recipes-support/db/db_5.3.28.bb4
-rw-r--r--meta/recipes-support/libbsd/libbsd_0.10.0.bb4
-rw-r--r--meta/recipes-support/libyaml/libyaml_0.2.2.bb4
-rw-r--r--meta/recipes-support/mpfr/mpfr_4.0.2.bb4
4 files changed, 8 insertions, 8 deletions
diff --git a/meta/recipes-support/db/db_5.3.28.bb b/meta/recipes-support/db/db_5.3.28.bb
index 761d80c2fd..a2969055a6 100644
--- a/meta/recipes-support/db/db_5.3.28.bb
+++ b/meta/recipes-support/db/db_5.3.28.bb
@@ -10,7 +10,7 @@
10# same system at the same time if really necessary. 10# same system at the same time if really necessary.
11SECTION = "libs" 11SECTION = "libs"
12SUMMARY = "Berkeley Database v5" 12SUMMARY = "Berkeley Database v5"
13HOMEPAGE = "http://www.oracle.com/technetwork/database/database-technologies/berkeleydb/overview/index.html" 13HOMEPAGE = "https://www.oracle.com/database/technologies/related/berkeleydb.html"
14LICENSE = "Sleepycat" 14LICENSE = "Sleepycat"
15RCONFLICTS_${PN} = "db3" 15RCONFLICTS_${PN} = "db3"
16 16
@@ -20,7 +20,7 @@ CVE_VERSION = "11.2.${PV}"
20PR = "r1" 20PR = "r1"
21PE = "1" 21PE = "1"
22 22
23SRC_URI = "http://download.oracle.com/berkeley-db/db-${PV}.tar.gz" 23SRC_URI = "https://download.oracle.com/berkeley-db/db-${PV}.tar.gz"
24SRC_URI += "file://fix-parallel-build.patch \ 24SRC_URI += "file://fix-parallel-build.patch \
25 file://0001-atomic-Rename-local-__atomic_compare_exchange-to-avo.patch \ 25 file://0001-atomic-Rename-local-__atomic_compare_exchange-to-avo.patch \
26 file://0001-configure-Add-explicit-tag-options-to-libtool-invoca.patch \ 26 file://0001-configure-Add-explicit-tag-options-to-libtool-invoca.patch \
diff --git a/meta/recipes-support/libbsd/libbsd_0.10.0.bb b/meta/recipes-support/libbsd/libbsd_0.10.0.bb
index eaf244a3b7..3b9ac5a01f 100644
--- a/meta/recipes-support/libbsd/libbsd_0.10.0.bb
+++ b/meta/recipes-support/libbsd/libbsd_0.10.0.bb
@@ -7,7 +7,7 @@ DESCRIPTION = "This library provides useful functions commonly found on BSD syst
7 projects with strong BSD origins, without needing to embed the same \ 7 projects with strong BSD origins, without needing to embed the same \
8 code over and over again on each project." 8 code over and over again on each project."
9 9
10HOMEPAGE = "http://libbsd.freedesktop.org/wiki/" 10HOMEPAGE = "https://libbsd.freedesktop.org/wiki/"
11# There seems to be more licenses used in the code, I don't think we want to list them all here, complete list: 11# There seems to be more licenses used in the code, I don't think we want to list them all here, complete list:
12# OE @ ~/projects/libbsd $ grep ^License: COPYING | sort -u 12# OE @ ~/projects/libbsd $ grep ^License: COPYING | sort -u
13# License: BSD-2-clause 13# License: BSD-2-clause
@@ -31,7 +31,7 @@ LICENSE = "BSD-4-Clause & ISC & PD"
31LIC_FILES_CHKSUM = "file://COPYING;md5=2120be0173469a06ed185b688e0e1ae0" 31LIC_FILES_CHKSUM = "file://COPYING;md5=2120be0173469a06ed185b688e0e1ae0"
32SECTION = "libs" 32SECTION = "libs"
33 33
34SRC_URI = "http://libbsd.freedesktop.org/releases/${BPN}-${PV}.tar.xz" 34SRC_URI = "https://libbsd.freedesktop.org/releases/${BPN}-${PV}.tar.xz"
35 35
36SRC_URI[md5sum] = "ead96d240d02faa5b921c0aa50c812b5" 36SRC_URI[md5sum] = "ead96d240d02faa5b921c0aa50c812b5"
37SRC_URI[sha256sum] = "34b8adc726883d0e85b3118fa13605e179a62b31ba51f676136ecb2d0bc1a887" 37SRC_URI[sha256sum] = "34b8adc726883d0e85b3118fa13605e179a62b31ba51f676136ecb2d0bc1a887"
diff --git a/meta/recipes-support/libyaml/libyaml_0.2.2.bb b/meta/recipes-support/libyaml/libyaml_0.2.2.bb
index fbd199205f..5105ce69db 100644
--- a/meta/recipes-support/libyaml/libyaml_0.2.2.bb
+++ b/meta/recipes-support/libyaml/libyaml_0.2.2.bb
@@ -1,13 +1,13 @@
1SUMMARY = "LibYAML is a YAML 1.1 parser and emitter written in C." 1SUMMARY = "LibYAML is a YAML 1.1 parser and emitter written in C."
2DESCRIPTION = "LibYAML is a C library for parsing and emitting data in YAML 1.1, \ 2DESCRIPTION = "LibYAML is a C library for parsing and emitting data in YAML 1.1, \
3a human-readable data serialization format. " 3a human-readable data serialization format. "
4HOMEPAGE = "http://pyyaml.org/wiki/LibYAML" 4HOMEPAGE = "https://pyyaml.org/wiki/LibYAML"
5SECTION = "libs/devel" 5SECTION = "libs/devel"
6 6
7LICENSE = "MIT" 7LICENSE = "MIT"
8LIC_FILES_CHKSUM = "file://LICENSE;md5=a76b4c69bfcf82313bbdc0393b04438a" 8LIC_FILES_CHKSUM = "file://LICENSE;md5=a76b4c69bfcf82313bbdc0393b04438a"
9 9
10SRC_URI = "http://pyyaml.org/download/libyaml/yaml-${PV}.tar.gz" 10SRC_URI = "https://pyyaml.org/download/libyaml/yaml-${PV}.tar.gz"
11SRC_URI[md5sum] = "54bf11ccb8bc488b5b3bec931f5b70dc" 11SRC_URI[md5sum] = "54bf11ccb8bc488b5b3bec931f5b70dc"
12SRC_URI[sha256sum] = "4a9100ab61047fd9bd395bcef3ce5403365cafd55c1e0d0299cde14958e47be9" 12SRC_URI[sha256sum] = "4a9100ab61047fd9bd395bcef3ce5403365cafd55c1e0d0299cde14958e47be9"
13 13
diff --git a/meta/recipes-support/mpfr/mpfr_4.0.2.bb b/meta/recipes-support/mpfr/mpfr_4.0.2.bb
index 03059174ee..00c2dc2fe9 100644
--- a/meta/recipes-support/mpfr/mpfr_4.0.2.bb
+++ b/meta/recipes-support/mpfr/mpfr_4.0.2.bb
@@ -1,5 +1,5 @@
1SUMMARY = "C library for multiple-precision floating-point computations with exact rounding" 1SUMMARY = "C library for multiple-precision floating-point computations with exact rounding"
2HOMEPAGE = "http://www.mpfr.org/" 2HOMEPAGE = "https://www.mpfr.org/"
3LICENSE = "LGPLv3+" 3LICENSE = "LGPLv3+"
4SECTION = "devel" 4SECTION = "devel"
5 5
@@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=1ebbd3e34237af26da5dc08a4e440464 \
10 " 10 "
11DEPENDS = "gmp autoconf-archive" 11DEPENDS = "gmp autoconf-archive"
12 12
13SRC_URI = "http://www.mpfr.org/mpfr-${PV}/mpfr-${PV}.tar.xz" 13SRC_URI = "https://www.mpfr.org/mpfr-${PV}/mpfr-${PV}.tar.xz"
14SRC_URI[md5sum] = "320fbc4463d4c8cb1e566929d8adc4f8" 14SRC_URI[md5sum] = "320fbc4463d4c8cb1e566929d8adc4f8"
15SRC_URI[sha256sum] = "1d3be708604eae0e42d578ba93b390c2a145f17743a744d8f3f8c2ad5855a38a" 15SRC_URI[sha256sum] = "1d3be708604eae0e42d578ba93b390c2a145f17743a744d8f3f8c2ad5855a38a"
16 16