diff options
author | Thierry Bultel <thierry.bultel@iot.bzh> | 2019-03-08 16:58:58 +0100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2019-03-21 13:16:38 +0000 |
commit | 8f29f2676e81800fb2bba5e8b888b7fe815a0e75 (patch) | |
tree | 8684026717b96f7f2fb49bb51adc5578a1c885af /meta-speech-framework | |
parent | cf2586163b3f4410b2441d59364033f9a7d32f07 (diff) |
agl-service-voice-high: bump to latest version
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>
Diffstat (limited to 'meta-speech-framework')
-rw-r--r-- | meta-speech-framework/recipes-apis/agl-service-voice-high/agl-service-voice-high_git.bb | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/meta-speech-framework/recipes-apis/agl-service-voice-high/agl-service-voice-high_git.bb b/meta-speech-framework/recipes-apis/agl-service-voice-high/agl-service-voice-high_git.bb index 3416e10a..9b9fa928 100644 --- a/meta-speech-framework/recipes-apis/agl-service-voice-high/agl-service-voice-high_git.bb +++ b/meta-speech-framework/recipes-apis/agl-service-voice-high/agl-service-voice-high_git.bb @@ -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" |