Change the URL to gerrit
[AGL/meta-agl.git] / meta-agl-profile-core / recipes-apis / agl-service-signal-composer / agl-service-signal-composer_git.bb
index 752c0a7..bf714f4 100644 (file)
@@ -8,12 +8,11 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7ca
 
 inherit cmake pkgconfig aglwgt ptest
 
-DEPENDS += "lua lua-native"
+DEPENDS += "lua lua-native libappcontroller libafb-helpers"
 RDEPENDS_${PN} += "lua"
 
-SRC_URI = "gitsm://git.automotivelinux.org/apps/agl-service-signal-composer;protocol=https;branch=${AGL_BRANCH}"
-SRCREV = "fe311f49703e9691fa7d515ed84a70b996f7f3e8"
+SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/agl-service-signal-composer;protocol=https;branch=${AGL_BRANCH}"
+SRCREV = "${AGL_APP_REVISION}"
 
 PV = "${AGLVERSION}"
 S  = "${WORKDIR}/git"
-