diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2015-06-18 17:09:20 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2015-06-18 17:11:03 -0300 |
commit | 5509fa944cb9ec640e380ab733ab93ca516189f3 (patch) | |
tree | d9d2ce14274226d7259da6c843e04e917c5b9b4c /recipes-qt/qt5/qtwebengine_git.bb | |
parent | 9925146ee780e7a1df8bf2bc958619b7cfdae690 (diff) | |
download | meta-qt5-5509fa944cb9ec640e380ab733ab93ca516189f3.tar.gz |
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 <otavio@ossystems.com.br>
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 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" | |||
75 | QT_MODULE_BRANCH_CHROMIUM = "37.0.2062-based" | 75 | QT_MODULE_BRANCH_CHROMIUM = "37.0.2062-based" |
76 | 76 | ||
77 | SRC_URI += " \ | 77 | SRC_URI += " \ |
78 | git://gitorious.org/qt/qtwebengine-chromium.git;name=chromium;branch=${QT_MODULE_BRANCH_CHROMIUM};destsuffix=git/src/3rdparty \ | 78 | ${QT_GIT}/qt/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 \ |