agl-service-voice-high: bump to latest version 03/20503/3
authorThierry Bultel <thierry.bultel@iot.bzh>
Fri, 8 Mar 2019 15:58:58 +0000 (16:58 +0100)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Thu, 21 Mar 2019 13:16:38 +0000 (13:16 +0000)
This brings the following commits:

9eb3a90 Refactored VSHL into vshl-core and vshl-capabilities.
143363b Initial .gitreview
4082dd6 Code Base Linking based authentication implementation for Al..
3c87e5c Added the Alexa VoiceAgent dependency in the VSHL widget con..
bba1c5e config.cmake: Remove superfluous dependencies
d828cc4 Use latest AGL Framework code for javascript
c9e18e6 Also provide HTML user app for testing

Change-Id: Id4a04515df0c4ec5ba0f1467d8e3f17f1b9924e9
Signed-off-by: Thierry Bultel <thierry.bultel@iot.bzh>
meta-speech-framework/recipes-apis/agl-service-voice-high/agl-service-voice-high_git.bb

index 3416e10..9b9fa92 100644 (file)
@@ -1,17 +1,17 @@
-SUMMARY     = "High level voice service binding"
+SUMMARY = "High level voice service binding"
 DESCRIPTION = "agl-service-voice-high is the binding library"
-HOMEPAGE    = "https://gerrit.automotivelinux.org/gerrit/apps/agl-service-voice-high"
-SECTION     = "apps"
+HOMEPAGE = "https://gerrit.automotivelinux.org/gerrit/apps/agl-service-voice-high"
+SECTION = "apps"
 
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://License.txt;md5=3b83ef96387f14655fc854ddc3c6bd57"
 
 SRC_URI = "gitsm://gerrit.automotivelinux.org/gerrit/apps/agl-service-voice-high;protocol=https;branch=${AGL_BRANCH}"
-SRCREV = "b6abca2edcb36c0c0848d1cd8dc291f23293aa80"
+SRCREV = "${AGL_APP_REVISION}"
 
 PV = "1.0+git${SRCPV}"
-S  = "${WORKDIR}/git"
+S = "${WORKDIR}/git"
 
 inherit cmake aglwgt
 
-DEPENDS += "json-c systemd af-binder glib-2.0 lua"
\ No newline at end of file
+DEPENDS += "json-c systemd af-binder glib-2.0 lua"