summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2019-04-30 22:49:01 +0200
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2019-05-07 14:06:18 +0000
commit09557d45521969df797b60a1b46b7afaab4944a0 (patch)
tree0546bb4c9c2f5afd589907ea33335c2b96a13930
parentb93c712db69d81001490c60a5ab6d211d3db634e (diff)
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 <jose.bollo@iot.bzh>
-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 274d1d29..984e5153 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}"