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-sato | |
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-sato')
-rw-r--r-- | meta/recipes-sato/webkit/webkitgtk_2.26.2.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-sato/webkit/webkitgtk_2.26.2.bb b/meta/recipes-sato/webkit/webkitgtk_2.26.2.bb index 0139f01017..fa424f606f 100644 --- a/meta/recipes-sato/webkit/webkitgtk_2.26.2.bb +++ b/meta/recipes-sato/webkit/webkitgtk_2.26.2.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | SUMMARY = "WebKit web rendering engine for the GTK+ platform" | 1 | SUMMARY = "WebKit web rendering engine for the GTK+ platform" |
2 | HOMEPAGE = "http://www.webkitgtk.org/" | 2 | HOMEPAGE = "https://www.webkitgtk.org/" |
3 | BUGTRACKER = "http://bugs.webkit.org/" | 3 | BUGTRACKER = "https://bugs.webkit.org/" |
4 | 4 | ||
5 | LICENSE = "BSD & LGPLv2+" | 5 | LICENSE = "BSD & LGPLv2+" |
6 | LIC_FILES_CHKSUM = "file://Source/JavaScriptCore/COPYING.LIB;md5=d0c6d6397a5d84286dda758da57bd691 \ | 6 | LIC_FILES_CHKSUM = "file://Source/JavaScriptCore/COPYING.LIB;md5=d0c6d6397a5d84286dda758da57bd691 \ |
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://Source/JavaScriptCore/COPYING.LIB;md5=d0c6d6397a5d842 | |||
9 | file://Source/WebCore/LICENSE-LGPL-2.1;md5=a778a33ef338abbaf8b8a7c36b6eec80 \ | 9 | file://Source/WebCore/LICENSE-LGPL-2.1;md5=a778a33ef338abbaf8b8a7c36b6eec80 \ |
10 | " | 10 | " |
11 | 11 | ||
12 | SRC_URI = "http://www.webkitgtk.org/releases/${BPN}-${PV}.tar.xz \ | 12 | SRC_URI = "https://www.webkitgtk.org/releases/${BPN}-${PV}.tar.xz \ |
13 | file://0001-FindGObjectIntrospection.cmake-prefix-variables-obta.patch \ | 13 | file://0001-FindGObjectIntrospection.cmake-prefix-variables-obta.patch \ |
14 | file://0001-When-building-introspection-files-add-CMAKE_C_FLAGS-.patch \ | 14 | file://0001-When-building-introspection-files-add-CMAKE_C_FLAGS-.patch \ |
15 | file://0001-OptionsGTK.cmake-drop-the-hardcoded-introspection-gt.patch \ | 15 | file://0001-OptionsGTK.cmake-drop-the-hardcoded-introspection-gt.patch \ |