homescreen: Replace "gitsm" by "git" in SRC_URI 17/21217/2
authorJosé Bollo <jose.bollo@iot.bzh>
Tue, 30 Apr 2019 20:49:01 +0000 (22:49 +0200)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tue, 7 May 2019 14:06:18 +0000 (14:06 +0000)
Submodules are not needed to compile homescreen.

Bug-AGL: SPEC-2268

Change-Id: I39f6788e89037408c4d7b7e19fa5307c0bc6a59d
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
recipes-demo-hmi/homescreen/homescreen_git.bb

index 274d1d2..984e515 100644 (file)
@@ -20,7 +20,7 @@ DEPENDS = "\
 
 inherit qmake5 systemd pkgconfig aglwgt
 
-SRC_URI = "gitsm://gerrit.automotivelinux.org/gerrit/apps/homescreen;protocol=https;branch=${AGL_BRANCH}"
+SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/homescreen;protocol=https;branch=${AGL_BRANCH}"
 SRCREV  = "${AGL_APP_REVISION}"
 
 PV      = "1.0+git${SRCPV}"