From: José Bollo Date: Tue, 30 Apr 2019 20:49:01 +0000 (+0200) Subject: homescreen: Replace "gitsm" by "git" in SRC_URI X-Git-Tag: 7.99.1~9 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=AGL%2Fmeta-agl-demo.git;a=commitdiff_plain;h=09557d45521969df797b60a1b46b7afaab4944a0 homescreen: Replace "gitsm" by "git" in SRC_URI Submodules are not needed to compile homescreen. Bug-AGL: SPEC-2268 Change-Id: I39f6788e89037408c4d7b7e19fa5307c0bc6a59d Signed-off-by: José Bollo --- diff --git a/recipes-demo-hmi/homescreen/homescreen_git.bb b/recipes-demo-hmi/homescreen/homescreen_git.bb index 274d1d29b..984e51539 100644 --- a/recipes-demo-hmi/homescreen/homescreen_git.bb +++ b/recipes-demo-hmi/homescreen/homescreen_git.bb @@ -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}"