diff options
author | Khem Raj <raj.khem@gmail.com> | 2015-08-24 10:43:59 -0700 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-08-26 17:12:26 +0200 |
commit | 813103e622b721467f64f8a3c4e6a4eab4e346cc (patch) | |
tree | 58733c9de630b8e745dacfaf3a1c691abed39eaa /recipes-qt/qt5/qtwebengine_git.bb | |
parent | c16daba21756c661a008d3a9199d3d80aa914bdf (diff) | |
download | meta-qt5-813103e622b721467f64f8a3c4e6a4eab4e346cc.tar.gz |
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 <raj.khem@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes-qt/qt5/qtwebengine_git.bb')
-rw-r--r-- | recipes-qt/qt5/qtwebengine_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-qt/qt5/qtwebengine_git.bb b/recipes-qt/qt5/qtwebengine_git.bb index 2933bf70..27873b77 100644 --- a/recipes-qt/qt5/qtwebengine_git.bb +++ b/recipes-qt/qt5/qtwebengine_git.bb | |||
@@ -75,7 +75,7 @@ RDEPENDS_${PN}-examples += " \ | |||
75 | QT_MODULE_BRANCH_CHROMIUM = "40.0.2214-based" | 75 | QT_MODULE_BRANCH_CHROMIUM = "40.0.2214-based" |
76 | 76 | ||
77 | SRC_URI += " \ | 77 | SRC_URI += " \ |
78 | ${QT_GIT}/qt/qtwebengine-chromium.git;name=chromium;branch=${QT_MODULE_BRANCH_CHROMIUM};destsuffix=git/src/3rdparty \ | 78 | ${QT_GIT}/qtwebengine-chromium.git;name=chromium;branch=${QT_MODULE_BRANCH_CHROMIUM};destsuffix=git/src/3rdparty \ |
79 | file://0001-functions.prf-Don-t-match-QMAKE_EXT_CPP-or-QMAKE_EXT.patch \ | 79 | file://0001-functions.prf-Don-t-match-QMAKE_EXT_CPP-or-QMAKE_EXT.patch \ |
80 | file://0002-functions.prf-Make-sure-we-only-use-the-file-name-to.patch \ | 80 | file://0002-functions.prf-Make-sure-we-only-use-the-file-name-to.patch \ |
81 | file://0003-functions.prf-allow-build-for-linux-oe-g-platform.patch \ | 81 | file://0003-functions.prf-allow-build-for-linux-oe-g-platform.patch \ |