summaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5/qt5-git.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-qt/qt5/qt5-git.inc')
-rw-r--r--recipes-qt/qt5/qt5-git.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-qt/qt5/qt5-git.inc b/recipes-qt/qt5/qt5-git.inc
index f8fb38b7..bf0be7e2 100644
--- a/recipes-qt/qt5/qt5-git.inc
+++ b/recipes-qt/qt5/qt5-git.inc
@@ -1,4 +1,4 @@
1# Copyright (C) 2012 O.S. Systems Software LTDA. 1# Copyright (C) 2012-2016 O.S. Systems Software LTDA.
2# Copyright (C) 2013-2014 Martin Jansa <martin.jansa@gmail.com> 2# Copyright (C) 2013-2014 Martin Jansa <martin.jansa@gmail.com>
3 3
4QT_MODULE ?= "${BPN}" 4QT_MODULE ?= "${BPN}"
@@ -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
8SRC_URI = " \ 8SRC_URI = " \
9 ${QT_GIT}/${QT_MODULE}.git;branch=${QT_MODULE_BRANCH};protocol=${QT_GIT_PROTOCOL} \ 9 ${QT_GIT}/${QT_MODULE}.git;name=${QT_MODULE};branch=${QT_MODULE_BRANCH};protocol=${QT_GIT_PROTOCOL} \
10" 10"
11 11
12S = "${WORKDIR}/git" 12S = "${WORKDIR}/git"