From 3e2058f2e735bbfd15723ce9de27ad8df78a5500 Mon Sep 17 00:00:00 2001 From: Samuli Piippo Date: Thu, 14 Jan 2016 09:29:53 +0200 Subject: 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 Signed-off-by: Martin Jansa --- conf/layer.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'conf') 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" IMAGE_FEATURES[validitems] += "qtcreator-debug" QT_GIT ?= "git://github.com/qtproject" +QT_GIT_PROTOCOL ?= "git" -- cgit v1.2.3