diff options
author | Stefan Müller-Klieser <s.mueller-klieser@phytec.de> | 2019-12-14 14:15:04 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-12-16 23:08:52 +0000 |
commit | 8673e91f2dd6c51623c3404cfb8861cbb2be5f1c (patch) | |
tree | 1234d56bc97e52763bd50407f9cca4ee57468c3f /meta/recipes-support/db | |
parent | 8f8a76d3197008c989393699b80418caf2fb7174 (diff) | |
download | poky-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/db')
-rw-r--r-- | meta/recipes-support/db/db_5.3.28.bb | 4 |
1 files changed, 2 insertions, 2 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. |
11 | SECTION = "libs" | 11 | SECTION = "libs" |
12 | SUMMARY = "Berkeley Database v5" | 12 | SUMMARY = "Berkeley Database v5" |
13 | HOMEPAGE = "http://www.oracle.com/technetwork/database/database-technologies/berkeleydb/overview/index.html" | 13 | HOMEPAGE = "https://www.oracle.com/database/technologies/related/berkeleydb.html" |
14 | LICENSE = "Sleepycat" | 14 | LICENSE = "Sleepycat" |
15 | RCONFLICTS_${PN} = "db3" | 15 | RCONFLICTS_${PN} = "db3" |
16 | 16 | ||
@@ -20,7 +20,7 @@ CVE_VERSION = "11.2.${PV}" | |||
20 | PR = "r1" | 20 | PR = "r1" |
21 | PE = "1" | 21 | PE = "1" |
22 | 22 | ||
23 | SRC_URI = "http://download.oracle.com/berkeley-db/db-${PV}.tar.gz" | 23 | SRC_URI = "https://download.oracle.com/berkeley-db/db-${PV}.tar.gz" |
24 | SRC_URI += "file://fix-parallel-build.patch \ | 24 | SRC_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 \ |