homescreen: use submodules in SRC_URI 63/19263/1
authorStephane Desneux <stephane.desneux@iot.bzh>
Thu, 20 Dec 2018 14:46:03 +0000 (14:46 +0000)
committerStéphane Desneux <stephane.desneux@iot.bzh>
Thu, 20 Dec 2018 17:32:16 +0000 (17:32 +0000)
This is required for #19109

Change-Id: I5b6852a2e8d9c29fcf39b0c2cd9b15ce8cda2ae1
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
(cherry picked from commit 16c00939e1d79f875f714f0e3bc33c42002c03a0)

recipes-demo-hmi/homescreen/homescreen_git.bb

index cde45e2..bc46539 100644 (file)
@@ -20,7 +20,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}"