diff options
author | Teemu Holappa <teemu.holappa@theqtcompany.com> | 2016-06-28 15:23:26 +0300 |
---|---|---|
committer | Teemu Holappa <teemu.holappa@theqtcompany.com> | 2016-06-28 15:15:18 +0000 |
commit | a9c0c957a458a17be52cef418a5fec22760a69cf (patch) | |
tree | 091dab4834ea0f38f587a79c61ea6f58f4710f64 /recipes-qt/automotive | |
parent | 39e84aa944780b52a6622969e9c3b623dc71422c (diff) | |
download | meta-boot2qt-5.6.1.tar.gz |
Change git protocol from ssh to httpv5.6.1
Task-number: QTBUG-54280
Change-Id: I6a538230b68cb9bea8a89c17282eb25cd779a77d
Reviewed-by: Gatis Paeglis <gatis.paeglis@qt.io>
Diffstat (limited to 'recipes-qt/automotive')
-rw-r--r-- | recipes-qt/automotive/neptune-ui_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-qt/automotive/neptune-ui_git.bb b/recipes-qt/automotive/neptune-ui_git.bb index 4dcac1d..7987958 100644 --- a/recipes-qt/automotive/neptune-ui_git.bb +++ b/recipes-qt/automotive/neptune-ui_git.bb | |||
@@ -26,7 +26,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.GPLv3;md5=024d61f4545fb889faa57982553ce094" | |||
26 | inherit qt5-module systemd | 26 | inherit qt5-module systemd |
27 | 27 | ||
28 | SRC_URI = " \ | 28 | SRC_URI = " \ |
29 | git://codereview.qt-project.org/qt-apps/neptune-ui;branch=${BRANCH};protocol=ssh \ | 29 | git://codereview.qt-project.org/qt-apps/neptune-ui;branch=${BRANCH};protocol=http \ |
30 | file://neptune.service \ | 30 | file://neptune.service \ |
31 | " | 31 | " |
32 | 32 | ||