summaryrefslogtreecommitdiffstats
path: root/recipes-demo-hmi/homescreen
diff options
context:
space:
mode:
authorStephane Desneux <stephane.desneux@iot.bzh>2018-12-20 14:46:03 +0000
committerStephane Desneux <stephane.desneux@iot.bzh>2018-12-20 14:46:03 +0000
commit16c00939e1d79f875f714f0e3bc33c42002c03a0 (patch)
treef70f7d3a18882a77816cc9d9ced0903f088aa6eb /recipes-demo-hmi/homescreen
parent68534b3dfbf623837446f94799a3f80b245f10d9 (diff)
homescreen: fix missing submodules in SRC_URI
New submodule introduced in #19081 is not pulled. Fixing the url in SRC_URI should solve the issue. Change-Id: I5b6852a2e8d9c29fcf39b0c2cd9b15ce8cda2ae1 Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
Diffstat (limited to 'recipes-demo-hmi/homescreen')
-rw-r--r--recipes-demo-hmi/homescreen/homescreen_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-demo-hmi/homescreen/homescreen_git.bb b/recipes-demo-hmi/homescreen/homescreen_git.bb
index 283a07dc..80d402b0 100644
--- a/recipes-demo-hmi/homescreen/homescreen_git.bb
+++ b/recipes-demo-hmi/homescreen/homescreen_git.bb
@@ -19,7 +19,7 @@ DEPENDS = "\
inherit qmake5 systemd pkgconfig aglwgt
-SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/homescreen;protocol=https;branch=${AGL_BRANCH}"
+SRC_URI = "gitsm://gerrit.automotivelinux.org/gerrit/apps/homescreen;protocol=https;branch=${AGL_BRANCH}"
SRCREV = "${AGL_APP_REVISION}"
PV = "1.0+git${SRCPV}"