From fc026381545650e10fdd488d5b2a3b2d78f87793 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Thu, 18 Jun 2015 17:09:20 -0300 Subject: qtwebengine: Use QT_GIT for SRC_URI The recipe was pointing to gitorious, which is dead. Update it to use QT_GIT variable to allow for easier change in future of the Git server to use. Signed-off-by: Otavio Salvador --- recipes-qt/qt5/qtwebengine_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-qt/qt5/qtwebengine_git.bb') diff --git a/recipes-qt/qt5/qtwebengine_git.bb b/recipes-qt/qt5/qtwebengine_git.bb index 9b561ac3..4b89dddf 100644 --- a/recipes-qt/qt5/qtwebengine_git.bb +++ b/recipes-qt/qt5/qtwebengine_git.bb @@ -75,7 +75,7 @@ QT_MODULE_BRANCH = "5.4" QT_MODULE_BRANCH_CHROMIUM = "37.0.2062-based" SRC_URI += " \ - git://gitorious.org/qt/qtwebengine-chromium.git;name=chromium;branch=${QT_MODULE_BRANCH_CHROMIUM};destsuffix=git/src/3rdparty \ + ${QT_GIT}/qt/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 \ -- cgit v1.2.3-54-g00ecf