diff options
| author | Jani Suonpera <jani.suonpera@qt.io> | 2021-02-08 08:50:24 +0200 |
|---|---|---|
| committer | Samuli Piippo <samuli.piippo@qt.io> | 2021-02-09 12:44:25 +0000 |
| commit | 5a29299dd08140856ec083711fcb32f164ca94a8 (patch) | |
| tree | 51c0623aa613be5a390dfe8535320f64b2e2502a | |
| parent | c93767217e3bb1297c923fae765c92b07deb031d (diff) | |
| download | meta-qt5-5a29299dd08140856ec083711fcb32f164ca94a8.tar.gz | |
Make LTS upstream branches git protocol easy to configure
The git protocol for the LTS repositories can be configured
via QT_LTS_GIT_PROTOCOL. The default value is ssh, alternatively
https protocol can be used. This requires HTTP Credentials to be
setup as instructed in
https://wiki.qt.io/Setting_up_Gerrit#How_to_get_started_-_Gerrit_registration
Task-number: QTBUG-90706
Change-Id: I9d215d7181db7b619bc028a477d9812ae96239ee
Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
| -rw-r--r-- | recipes-qt/qt5/qt5-lts.inc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes-qt/qt5/qt5-lts.inc b/recipes-qt/qt5/qt5-lts.inc index 98ac3ce0..aba132b5 100644 --- a/recipes-qt/qt5/qt5-lts.inc +++ b/recipes-qt/qt5/qt5-lts.inc | |||
| @@ -1,7 +1,8 @@ | |||
| 1 | require qt5-git.inc | 1 | require qt5-git.inc |
| 2 | 2 | ||
| 3 | QT_GIT = "git://codereview.qt-project.org:29418/${QT_GIT_PROJECT}" | 3 | QT_GIT = "git://codereview.qt-project.org/${QT_GIT_PROJECT}" |
| 4 | QT_GIT_PROTOCOL = "ssh" | 4 | QT_LTS_GIT_PROTOCOL ?= "ssh" |
| 5 | QT_GIT_PROTOCOL = "${QT_LTS_GIT_PROTOCOL}" | ||
| 5 | QT_MODULE_BRANCH = "tqtc/lts-5.15" | 6 | QT_MODULE_BRANCH = "tqtc/lts-5.15" |
| 6 | QT_MODULE_REPO = "tqtc-${QT_MODULE}.git" | 7 | QT_MODULE_REPO = "tqtc-${QT_MODULE}.git" |
| 7 | 8 | ||
