From 8d03cf7bde54707fe70f05be57983cfce4a8374f Mon Sep 17 00:00:00 2001 From: Mikko Gronoff Date: Tue, 27 Feb 2018 12:14:44 +0200 Subject: neptune-ui: fetch sources from code.qt.io instead of github Workaround for github fetch/update issues Change-Id: Ibd07080e5799d1fe8963ea2c681c186d98ddfd88 Reviewed-by: Samuli Piippo --- recipes-qt/automotive/neptune-ui_git.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/recipes-qt/automotive/neptune-ui_git.bb b/recipes-qt/automotive/neptune-ui_git.bb index acfc3c7..d656aef 100644 --- a/recipes-qt/automotive/neptune-ui_git.bb +++ b/recipes-qt/automotive/neptune-ui_git.bb @@ -35,8 +35,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.GPL3;md5=c41b4a3e669de55dfe304b8376b04a82" inherit qt5-module systemd require recipes-qt/qt5/qt5-git.inc -QT_GIT = "git://github.com/qtproject" -QT_MODULE = "qt-apps-neptune-ui" +QT_GIT = "git://code.qt.io/qt-apps" SRC_URI += " \ file://neptune.service \ -- cgit v1.2.3-54-g00ecf