diff options
| author | Samuli Piippo <samuli.piippo@theqtcompany.com> | 2016-01-14 09:29:53 +0200 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-01-14 11:16:18 +0100 |
| commit | 3e2058f2e735bbfd15723ce9de27ad8df78a5500 (patch) | |
| tree | d10de5f6f06397d0c42f8fcf168c12ef254b0646 /conf | |
| parent | c7cd9cb4661dd1623368d39e66c716f2222d357b (diff) | |
| download | meta-qt5-3e2058f2e735bbfd15723ce9de27ad8df78a5500.tar.gz | |
qt5: allow overriding git protocol used with QT_GIT uri
Add option QT_GIT_PROTOCOL to specify the protocol to be used
with the QT_GIT uri.
Signed-off-by: Samuli Piippo <samuli.piippo@theqtcompany.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'conf')
| -rw-r--r-- | conf/layer.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/layer.conf b/conf/layer.conf index f83bd967..b7207e63 100644 --- a/conf/layer.conf +++ b/conf/layer.conf | |||
| @@ -28,3 +28,4 @@ LICENSE_PATH += "${LAYERDIR}/licenses" | |||
| 28 | IMAGE_FEATURES[validitems] += "qtcreator-debug" | 28 | IMAGE_FEATURES[validitems] += "qtcreator-debug" |
| 29 | 29 | ||
| 30 | QT_GIT ?= "git://github.com/qtproject" | 30 | QT_GIT ?= "git://github.com/qtproject" |
| 31 | QT_GIT_PROTOCOL ?= "git" | ||
