diff options
author | Stephane Desneux <stephane.desneux@iot.bzh> | 2018-12-20 14:46:03 +0000 |
---|---|---|
committer | Stéphane Desneux <stephane.desneux@iot.bzh> | 2018-12-20 17:32:16 +0000 |
commit | 9a67d7ae60a17d033fc5b6b3fb1728ed9451d122 (patch) | |
tree | 9f2f9ca7ed6c0b442ad5eae128d714425e2501d0 /recipes-demo-hmi | |
parent | 66c59739450cfd525ba53480fcb293acc2b974fa (diff) |
homescreen: use submodules in SRC_URI
This is required for #19109
Change-Id: I5b6852a2e8d9c29fcf39b0c2cd9b15ce8cda2ae1
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
(cherry picked from commit 16c00939e1d79f875f714f0e3bc33c42002c03a0)
Diffstat (limited to 'recipes-demo-hmi')
-rw-r--r-- | recipes-demo-hmi/homescreen/homescreen_git.bb | 2 |
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 cde45e299..bc46539c9 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 = "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}" |