From 813103e622b721467f64f8a3c4e6a4eab4e346cc Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 24 Aug 2015 10:43:59 -0700 Subject: recipes, conf: Direct QT_GIT to use github mirrors This helps in load balancing code.qt.io may be overloaded and bails out occasionally when doing fresh clones Signed-off-by: Khem Raj Signed-off-by: Martin Jansa --- recipes-qt/qt5/qt5-git.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-qt/qt5/qt5-git.inc') diff --git a/recipes-qt/qt5/qt5-git.inc b/recipes-qt/qt5/qt5-git.inc index ea37b55c..b73ce4fe 100644 --- a/recipes-qt/qt5/qt5-git.inc +++ b/recipes-qt/qt5/qt5-git.inc @@ -5,7 +5,7 @@ QT_MODULE_BRANCH ?= "5.5" # each module needs to define valid SRCREV SRC_URI = " \ - ${QT_GIT}/qt/${QT_MODULE}.git;branch=${QT_MODULE_BRANCH} \ + ${QT_GIT}/${QT_MODULE}.git;branch=${QT_MODULE_BRANCH} \ " S = "${WORKDIR}/git" -- cgit v1.2.3-54-g00ecf