agl-service-signal-composer: switch to AGL_APP_REVISION 33/23333/2
authorScott Murray <scott.murray@konsulko.com>
Wed, 11 Dec 2019 23:40:49 +0000 (23:40 +0000)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Thu, 12 Dec 2019 13:49:11 +0000 (13:49 +0000)
Switch agl-service-signal-composer's SRCREV to AGL_APP_REVISION so
it will automatically pick up changes. This matches the configuration
of all the other service bindings. Also change the SRC_URI from gitsm
to just git, since submodules are no longer used.

Bug-AGL: SPEC-3024

Change-Id: Ida819d937f9090134c885cd5e816342dad7b9c0b
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
meta-agl-profile-core/recipes-apis/agl-service-signal-composer/agl-service-signal-composer_git.bb

index 742a7f7..1b0bf51 100644 (file)
@@ -11,9 +11,8 @@ inherit cmake pkgconfig aglwgt ptest
 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://git.automotivelinux.org/apps/agl-service-signal-composer;protocol=https;branch=${AGL_BRANCH}"
+SRCREV = "${AGL_APP_REVISION}"
 
 PV = "${AGLVERSION}"
 S  = "${WORKDIR}/git"
-