homescreen: fix missing submodules in SRC_URI
[AGL/meta-agl-demo.git] / recipes-demo-hmi / homescreen / homescreen_git.bb
index f9b02e9..80d402b 100644 (file)
@@ -9,18 +9,17 @@ DEPENDS = "\
         qtbase \
         qtdeclarative \
         qtquickcontrols2 \
-        pulseaudio \
-        agl-service-homescreen-2017 \
-        agl-service-windowmanager-2017 \
+        agl-service-homescreen \
+        agl-service-windowmanager \
         agl-service-weather \
         libqtappfw \
         qlibwindowmanager \
-        virtual/libhomescreen \
+        libhomescreen \
 "
 
 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}"