diff options
author | Scott Murray <scott.murray@konsulko.com> | 2019-12-11 23:40:49 +0000 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2019-12-12 13:49:11 +0000 |
commit | 4a87dfbe05542de245c81b7fd4316ddf37f408f7 (patch) | |
tree | fb6170a5d804afd2538a0d46f74b9851c27a942b | |
parent | 74aa21db140193211c44ec534442eb4c277ead4c (diff) |
agl-service-signal-composer: switch to AGL_APP_REVISION
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>
-rw-r--r-- | meta-agl-profile-core/recipes-apis/agl-service-signal-composer/agl-service-signal-composer_git.bb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta-agl-profile-core/recipes-apis/agl-service-signal-composer/agl-service-signal-composer_git.bb b/meta-agl-profile-core/recipes-apis/agl-service-signal-composer/agl-service-signal-composer_git.bb index 742a7f7f0..1b0bf51c0 100644 --- a/meta-agl-profile-core/recipes-apis/agl-service-signal-composer/agl-service-signal-composer_git.bb +++ b/meta-agl-profile-core/recipes-apis/agl-service-signal-composer/agl-service-signal-composer_git.bb @@ -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" - |