diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2020-12-17 17:16:48 +0100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2020-12-17 17:16:48 +0100 |
commit | 4e5b9be85750852559f22b0b3493e6074b8f4fac (patch) | |
tree | f991e3a3b845e980efaf8784f49473d24d14b1be /meta-speech-framework/recipes-apis/agl-service-voice-high/default-voice-high-config_1.0.bb | |
parent | 9c714c0765fe74288b613c93fac2265368fa4aaa (diff) |
Move core speech service to meta-agl-demokoi_10.91.0koi/10.91.010.91.0
This moves the generic agl-speechframework to meta-agl-demo.
The alexa-voiceagent bits remain in meta-agl-devel for now.
This fixes a dependency of the settings app.
Bug-AGL: SPEC-3734
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Change-Id: I3b0c81bd598ef20c2cb6fcec054c399dc6c3d97b
Diffstat (limited to 'meta-speech-framework/recipes-apis/agl-service-voice-high/default-voice-high-config_1.0.bb')
-rw-r--r-- | meta-speech-framework/recipes-apis/agl-service-voice-high/default-voice-high-config_1.0.bb | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/meta-speech-framework/recipes-apis/agl-service-voice-high/default-voice-high-config_1.0.bb b/meta-speech-framework/recipes-apis/agl-service-voice-high/default-voice-high-config_1.0.bb deleted file mode 100644 index b015dd5d..00000000 --- a/meta-speech-framework/recipes-apis/agl-service-voice-high/default-voice-high-config_1.0.bb +++ /dev/null @@ -1,20 +0,0 @@ -SUMMARY = "High level voice service binding default voiceagent configuration" -DESCRIPTION = "Default voiceagent JSON configuration file for agl-service-voice-high binding" -HOMEPAGE = "https://gerrit.automotivelinux.org/gerrit/apps/agl-service-voice-high" -SECTION = "apps" - -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10" - -SRC_URI = "file://voice-high.json" - -inherit allarch - -do_compile[noexec] = "1" - -do_install () { - install -D -m 644 ${WORKDIR}/voice-high.json ${D}${sysconfdir}/xdg/AGL/voice-high.json -} - -RPROVIDES_${PN} += "virtual/voice-high-config" - |