From 01ab2d09c4535ced6dee85a00d0421205a3aa10a Mon Sep 17 00:00:00 2001 From: Teemu Holappa Date: Tue, 28 Jun 2016 15:54:09 +0300 Subject: Change git fetch protocol from ssh to http for automotive packages Change-Id: I3d27c2644a671a63fc26834e46269224b5549835 Reviewed-by: Gatis Paeglis --- recipes-qt/automotive/neptune-ui_git.bb | 2 +- recipes-qt/automotive/qtwebbrowser_git.bb | 2 +- 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 40395ce..ebcae75 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 fb623f7..3034760 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" -- cgit v1.2.3-54-g00ecf