aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeemu Holappa <teemu.holappa@theqtcompany.com>2016-06-28 15:54:09 +0300
committerTeemu Holappa <teemu.holappa@theqtcompany.com>2016-06-28 15:15:27 +0000
commit01ab2d09c4535ced6dee85a00d0421205a3aa10a (patch)
treefff0747d71f607471274aad43d84542edef2ffb1
parente2c3edc6132fbdad4c2d191f2e1752309ebc694e (diff)
Change git fetch protocol from ssh to http for automotive packages
Change-Id: I3d27c2644a671a63fc26834e46269224b5549835 Reviewed-by: Gatis Paeglis <gatis.paeglis@qt.io>
-rw-r--r--recipes-qt/automotive/neptune-ui_git.bb2
-rw-r--r--recipes-qt/automotive/qtwebbrowser_git.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes-qt/automotive/neptune-ui_git.bb b/recipes-qt/automotive/neptune-ui_git.bb
index 40395ce0..ebcae758 100644
--- a/recipes-qt/automotive/neptune-ui_git.bb
+++ b/recipes-qt/automotive/neptune-ui_git.bb
@@ -34,7 +34,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.GPL3;md5=bc0cb4bfd3f72b3fe47b2b2d0d89762c"
inherit qt5-module sdk-sources systemd
SRC_URI = " \
- git://codereview.qt-project.org/qt-apps/neptune-ui;branch=${BRANCH};protocol=ssh \
+ git://codereview.qt-project.org/qt-apps/neptune-ui;branch=${BRANCH};protocol=http \
file://neptune.service \
"
diff --git a/recipes-qt/automotive/qtwebbrowser_git.bb b/recipes-qt/automotive/qtwebbrowser_git.bb
index fb623f7f..3034760c 100644
--- a/recipes-qt/automotive/qtwebbrowser_git.bb
+++ b/recipes-qt/automotive/qtwebbrowser_git.bb
@@ -34,7 +34,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.GPLv3;md5=a40e2bb02b1ac431f461afd03ff9d1d6"
inherit qmake5 sdk-sources
SRC_URI = " \
- git://codereview.qt-project.org/qt-apps/tqtc-qtwebbrowser;branch=${BRANCH};protocol=ssh;sdk-uri=5.7/Src/qtwebbrowser \
+ git://codereview.qt-project.org/qt-apps/tqtc-qtwebbrowser;branch=${BRANCH};protocol=http;sdk-uri=5.7/Src/qtwebbrowser \
"
SRCREV = "023733af5523a5ad84359926224fa106001215f4"