diff options
-rw-r--r-- | conf/layer.conf | 1 | ||||
-rw-r--r-- | recipes-qt/qt5/qt5-git.inc | 2 |
2 files changed, 2 insertions, 1 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" | ||
diff --git a/recipes-qt/qt5/qt5-git.inc b/recipes-qt/qt5/qt5-git.inc index 172a170e..f8fb38b7 100644 --- a/recipes-qt/qt5/qt5-git.inc +++ b/recipes-qt/qt5/qt5-git.inc | |||
@@ -6,7 +6,7 @@ QT_MODULE_BRANCH ?= "5.6" | |||
6 | 6 | ||
7 | # each module needs to define valid SRCREV | 7 | # each module needs to define valid SRCREV |
8 | SRC_URI = " \ | 8 | SRC_URI = " \ |
9 | ${QT_GIT}/${QT_MODULE}.git;branch=${QT_MODULE_BRANCH} \ | 9 | ${QT_GIT}/${QT_MODULE}.git;branch=${QT_MODULE_BRANCH};protocol=${QT_GIT_PROTOCOL} \ |
10 | " | 10 | " |
11 | 11 | ||
12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |