mirror of
https://github.com/thead-yocto-mirror/meta-qt5
synced 2026-09-17 04:31:54 +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:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user