mirror of
https://github.com/thead-yocto-mirror/meta-qt5
synced 2026-06-21 08:52:35 +02:00
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>
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
# Therefore if you want a given layer to be considered high priority
|
||||
# for the .inc and .conf etc. then consider it adding at the beginning
|
||||
# of BBPATH. For bblayers bitbake will use BBFILES_PRIORITY to resolve
|
||||
# the recipe contention so the order of directories in BBFILES does
|
||||
# the recipe contention so the order of directories in BBFILES does
|
||||
# not matter.
|
||||
|
||||
# We have a conf and classes directory, append to BBPATH
|
||||
@@ -27,4 +27,4 @@ LICENSE_PATH += "${LAYERDIR}/licenses"
|
||||
|
||||
IMAGE_FEATURES[validitems] += "qtcreator-debug"
|
||||
|
||||
QT_GIT ?= "git://code.qt.io"
|
||||
QT_GIT ?= "git://github.com/qtproject"
|
||||
|
||||
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://main.cpp;md5=1187cb795a0f96bce64e63dd1a67dc2b"
|
||||
DEPENDS = "qtdeclarative qtgraphicaleffects"
|
||||
|
||||
SRCREV = "c17fe9e0ec0882ac4c4dc1168095f569acab5d09"
|
||||
SRC_URI = "${QT_GIT}/qt-labs/qt5-everywhere-demo.git"
|
||||
SRC_URI = "${QT_GIT}/qt-labs-qt5-everywhere-demo"
|
||||
|
||||
S = "${WORKDIR}/git/QtDemo"
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -75,7 +75,7 @@ RDEPENDS_${PN}-examples += " \
|
||||
QT_MODULE_BRANCH_CHROMIUM = "40.0.2214-based"
|
||||
|
||||
SRC_URI += " \
|
||||
${QT_GIT}/qt/qtwebengine-chromium.git;name=chromium;branch=${QT_MODULE_BRANCH_CHROMIUM};destsuffix=git/src/3rdparty \
|
||||
${QT_GIT}/qtwebengine-chromium.git;name=chromium;branch=${QT_MODULE_BRANCH_CHROMIUM};destsuffix=git/src/3rdparty \
|
||||
file://0001-functions.prf-Don-t-match-QMAKE_EXT_CPP-or-QMAKE_EXT.patch \
|
||||
file://0002-functions.prf-Make-sure-we-only-use-the-file-name-to.patch \
|
||||
file://0003-functions.prf-allow-build-for-linux-oe-g-platform.patch \
|
||||
|
||||
Reference in New Issue
Block a user