mirror of
https://github.com/thead-yocto-mirror/meta-qt5
synced 2026-06-21 08:52:35 +02:00
Update Qt5's git repositories to match new locations
Qt5's repositories in github has changed locations. Qt5 itself and most of its modules are now under: github.com/qt Where as qt5-everywhere-demo is under: github.com/qt-labs Signed-off-by: Vesa Jääskeläinen <dachaac@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
df324ebd49
commit
81fb771c3f
@@ -33,5 +33,6 @@ LICENSE_PATH += "${LAYERDIR}/licenses"
|
||||
|
||||
IMAGE_FEATURES[validitems] += "qtcreator-debug"
|
||||
|
||||
QT_GIT ?= "git://github.com/qtproject"
|
||||
QT_GIT ?= "git://github.com/qt"
|
||||
QT_LABS_GIT ?= "git://github.com/qt-labs"
|
||||
QT_GIT_PROTOCOL ?= "git"
|
||||
|
||||
@@ -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"
|
||||
SRC_URI = "${QT_LABS_GIT}/qt-labs-qt5-everywhere-demo"
|
||||
|
||||
S = "${WORKDIR}/git/QtDemo"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user