summaryrefslogtreecommitdiffstats
path: root/package/qt5/qt5webkit-examples
diff options
context:
space:
mode:
authorGaël PORTAY <gael.portay@savoirfairelinux.com>2018-02-13 18:16:45 -0500
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>2018-02-14 21:24:10 +0100
commit298b8a38dd752c12437611c92e722400de93bf9c (patch)
treeb84bf2289d402d63014f7af19c85eb7548b15a7a /package/qt5/qt5webkit-examples
parent06197ed294e75508f2320c2ffe0e5ac2adf29e58 (diff)
downloadbuildroot-298b8a38dd752c12437611c92e722400de93bf9c.tar.gz
buildroot-298b8a38dd752c12437611c92e722400de93bf9c.zip
qt5: fetch sources using https URLs
Signed-off-by: Gaël PORTAY <gael.portay@savoirfairelinux.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'package/qt5/qt5webkit-examples')
-rw-r--r--package/qt5/qt5webkit-examples/qt5webkit-examples.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/qt5/qt5webkit-examples/qt5webkit-examples.mk b/package/qt5/qt5webkit-examples/qt5webkit-examples.mk
index f81e994dc5..4c01d8318a 100644
--- a/package/qt5/qt5webkit-examples/qt5webkit-examples.mk
+++ b/package/qt5/qt5webkit-examples/qt5webkit-examples.mk
@@ -7,10 +7,10 @@
# no 5.9.2 package available, fall back to 5.9.1 version
ifeq ($(BR2_PACKAGE_QT5_VERSION_LATEST),y)
QT5WEBKIT_EXAMPLES_VERSION = 5.9.1
-QT5WEBKIT_EXAMPLES_SITE = http://download.qt.io/official_releases/qt/5.9/5.9.1/submodules
+QT5WEBKIT_EXAMPLES_SITE = https://download.qt.io/official_releases/qt/5.9/5.9.1/submodules
else
QT5WEBKIT_EXAMPLES_VERSION = $(QT5_VERSION)
-QT5WEBKIT_EXAMPLES_SITE = http://download.qt.io/community_releases/5.6/$(QT5_VERSION)
+QT5WEBKIT_EXAMPLES_SITE = https://download.qt.io/community_releases/5.6/$(QT5_VERSION)
endif
QT5WEBKIT_EXAMPLES_SOURCE = qtwebkit-examples-opensource-src-$(QT5WEBKIT_VERSION).tar.xz
OpenPOWER on IntegriCloud