diff options
author | Stefan Müller-Klieser <s.mueller-klieser@phytec.de> | 2019-11-25 22:54:19 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-12-06 14:41:28 +0000 |
commit | 820c10e689d73a1581183bb1518d6220e222bec6 (patch) | |
tree | b6640e14146823906199e48ebbd75a9787a868f0 /meta/recipes-support/db | |
parent | 5cffb2c37bb22a37c9b09ea58b5cb535c100b2c5 (diff) | |
download | poky-820c10e689d73a1581183bb1518d6220e222bec6.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)
Signed-off-by: Stefan Müller-Klieser <s.mueller-klieser@phytec.de>
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 \ |