aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@qt.io>2021-11-04 09:55:01 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-11-04 09:26:46 +0000
commit5ac1ac7a6565fc7af1623bcd9a20f0bf9f77073e (patch)
tree53663966ca3ae0b8a246500592e1c0279455196b
parentace9d30fdaa91b3b57b6e4c79064c235283584fb (diff)
Use https protocol for github
More github changes Task-number: QTBUG-97939 Change-Id: I2ea5d40011ae19b2689843045636308db42993eb Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io> (cherry picked from commit 93013da588e5872919bc7504a3e3e4009fcb1259) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--meta-boot2qt/recipes-graphics/fonts/otf-noto-arabic_git.bb2
-rw-r--r--meta-boot2qt/recipes-graphics/fonts/otf-noto_git.bb2
-rw-r--r--meta-boot2qt/recipes-graphics/fonts/ttf-opensans_git.bb2
-rw-r--r--meta-boot2qt/recipes-graphics/hunspell/hunspell-dicts_git.bb2
4 files changed, 4 insertions, 4 deletions
diff --git a/meta-boot2qt/recipes-graphics/fonts/otf-noto-arabic_git.bb b/meta-boot2qt/recipes-graphics/fonts/otf-noto-arabic_git.bb
index c3e28637..17b8ccd8 100644
--- a/meta-boot2qt/recipes-graphics/fonts/otf-noto-arabic_git.bb
+++ b/meta-boot2qt/recipes-graphics/fonts/otf-noto-arabic_git.bb
@@ -33,7 +33,7 @@ HOMEPAGE = "https://www.google.com/get/noto/"
LICENSE = "OFL-1.1"
LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=fce5baa9b16328f04e2afc29f6e4e882"
-SRC_URI = "git://github.com/googlei18n/noto-fonts.git;protocol=https;branch=main"
+SRC_URI = "git://github.com/googlei18n/noto-fonts.git;protocol=https;branch=main;protocol=https"
SRCREV = "4bff97c612daf65d4409c9ebc26dfbd6a3d83a7e"
INHIBIT_DEFAULT_DEPS = "1"
diff --git a/meta-boot2qt/recipes-graphics/fonts/otf-noto_git.bb b/meta-boot2qt/recipes-graphics/fonts/otf-noto_git.bb
index 8aae2c38..a5c1844c 100644
--- a/meta-boot2qt/recipes-graphics/fonts/otf-noto_git.bb
+++ b/meta-boot2qt/recipes-graphics/fonts/otf-noto_git.bb
@@ -38,7 +38,7 @@ INHIBIT_DEFAULT_DEPS = "1"
inherit allarch fontcache
PV = "1.004"
-SRC_URI = "git://github.com/googlei18n/noto-cjk.git;branch=main"
+SRC_URI = "git://github.com/googlei18n/noto-cjk.git;branch=main;protocol=https"
SRCREV = "40d9f5b179a59a06b98373c76bdc3e2119e4e6b2"
S = "${WORKDIR}/git"
diff --git a/meta-boot2qt/recipes-graphics/fonts/ttf-opensans_git.bb b/meta-boot2qt/recipes-graphics/fonts/ttf-opensans_git.bb
index 45ee3125..4d041b52 100644
--- a/meta-boot2qt/recipes-graphics/fonts/ttf-opensans_git.bb
+++ b/meta-boot2qt/recipes-graphics/fonts/ttf-opensans_git.bb
@@ -37,7 +37,7 @@ INHIBIT_DEFAULT_DEPS = "1"
inherit allarch fontcache
-SRC_URI = "git://github.com/google/fonts;branch=main"
+SRC_URI = "git://github.com/google/fonts;branch=main;protocol=https"
SRCREV = "beaec0837bd21524b57ecb435158f9011fc03999"
S = "${WORKDIR}/git"
diff --git a/meta-boot2qt/recipes-graphics/hunspell/hunspell-dicts_git.bb b/meta-boot2qt/recipes-graphics/hunspell/hunspell-dicts_git.bb
index ad62394e..2f3db0ab 100644
--- a/meta-boot2qt/recipes-graphics/hunspell/hunspell-dicts_git.bb
+++ b/meta-boot2qt/recipes-graphics/hunspell/hunspell-dicts_git.bb
@@ -35,7 +35,7 @@ LIC_FILES_CHKSUM = " \
file://ar/COPYING.txt;md5=ccafd10563b9ffba693011bf470062c6 \
"
-SRC_URI = "git://github.com/libreoffice/dictionaries.git;branch=libreoffice-5-4-2"
+SRC_URI = "git://github.com/libreoffice/dictionaries.git;branch=libreoffice-5-4-2;protocol=https"
S = "${WORKDIR}/git"