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/agl-service-voice-high_git.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/agl-service-voice-high_git.bb')
-rw-r--r-- | meta-speech-framework/recipes-apis/agl-service-voice-high/agl-service-voice-high_git.bb | 19 |
1 files changed, 0 insertions, 19 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 deleted file mode 100644 index b3c782bb..00000000 --- a/meta-speech-framework/recipes-apis/agl-service-voice-high/agl-service-voice-high_git.bb +++ /dev/null @@ -1,19 +0,0 @@ -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" - -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" - -DEPENDS = "json-c systemd af-binder libafb-helpers libappcontroller nlohmann-json glib-2.0" - -SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/agl-service-voice-high;protocol=https;branch=${AGL_BRANCH}" -SRCREV = "${AGL_APP_REVISION}" - -PV = "1.0+git${SRCPV}" -S = "${WORKDIR}/git" - -inherit cmake aglwgt - -RDEPENDS_${PN} += "virtual/voice-high-config" |