agl-service-signal-composer: switch to AGL_APP_REVISION
[AGL/meta-agl.git] / meta-agl-profile-core / recipes-apis / agl-service-signal-composer / agl-service-signal-composer_git.bb
index 0d308d0..1b0bf51 100644 (file)
@@ -6,14 +6,13 @@ SECTION     = "apps"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10"
 
-inherit cmake pkgconfig aglwgt
+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 = "b77795e5c12be30a1fd2cc14b1b2b8cb83a58f4d"
+SRC_URI = "git://git.automotivelinux.org/apps/agl-service-signal-composer;protocol=https;branch=${AGL_BRANCH}"
+SRCREV = "${AGL_APP_REVISION}"
 
-PV = "4.0-RC5+git${SRCPV}"
+PV = "${AGLVERSION}"
 S  = "${WORKDIR}/git"
-