diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2021-10-18 14:24:52 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2021-11-04 14:24:38 +0000 |
commit | e345e16bb494864caf1f7dbe8864aa40df401a70 (patch) | |
tree | c309d39646f3e796344cc68081f5bff48cf63e2c /meta-speech-framework/meta-aac/recipes-apis/alexa-voiceagent-service/alexa-voiceagent-service_git.bb | |
parent | 796e9aefb7eee0fc7526e5613a03bc7f6697cef4 (diff) |
Prepare master for new framework integration
During the last workshop the transition to the new framework was presented.
This change essentially deprecates the SMACK-based application framework.
To prepare the integration of it, we remove the deprecated components:
- meta-speech-framework and the voiceagent services
Bug-AGL: SPEC-4121
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Change-Id: I803dd18184338a1f5519af27136e1d5a58ee9369
Diffstat (limited to 'meta-speech-framework/meta-aac/recipes-apis/alexa-voiceagent-service/alexa-voiceagent-service_git.bb')
-rw-r--r-- | meta-speech-framework/meta-aac/recipes-apis/alexa-voiceagent-service/alexa-voiceagent-service_git.bb | 58 |
1 files changed, 0 insertions, 58 deletions
diff --git a/meta-speech-framework/meta-aac/recipes-apis/alexa-voiceagent-service/alexa-voiceagent-service_git.bb b/meta-speech-framework/meta-aac/recipes-apis/alexa-voiceagent-service/alexa-voiceagent-service_git.bb deleted file mode 100644 index c08377cd..00000000 --- a/meta-speech-framework/meta-aac/recipes-apis/alexa-voiceagent-service/alexa-voiceagent-service_git.bb +++ /dev/null @@ -1,58 +0,0 @@ -SUMMARY = "Alexa voice agent binding" -DESCRIPTION = "alexa-voiceagent-service is an Alexa Auto SDK based voiceagent binding" -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" - -DEPENDS = " \ - libafb-helpers \ - libappcontroller \ - avs-device-sdk \ - aac-module-core \ - aac-module-alexa \ - aac-module-address-book \ - aac-module-car-control \ - aac-module-cbl \ - aac-module-contact-uploader \ - aac-module-navigation \ - aac-module-phone-control \ - aac-module-system-audio \ - ${@bb.utils.contains("ALEXA_WAKEWORD", "true", "aac-module-amazonlite pryon-lite", "", d)} \ -" - -SRC_URI = "git://github.com/alexa/alexa-auto-sdk.git;protocol=https;branch=2.3 \ - file://alexa.json \ - file://0001-remove-library-dependency-copying.patch \ - file://0007-add-autobuild-scripts.patch \ -" -SRCREV = "d46f22b453f528868b483e39bc7a057ca68a5199" - -PV = "2.3+git${SRCPV}" -S = "${WORKDIR}/git/platforms/agl/alexa-voiceagent-service" - -inherit cmake aglwgt - -EXTRA_OECMAKE += "-DAAC_HOME=${RECIPE_SYSROOT}/${AAC_PREFIX}" - -ALEXA_WAKEWORD ??= "false" - -do_install:append() { - install -D -m 0644 ${WORKDIR}/alexa.json ${D}${sysconfdir}/xdg/AGL/voiceagents/alexa.json -} - -PACKAGES =+ "${PN}-conf" - -FILES:${PN}-conf = "${sysconfdir}/xdg/AGL/voiceagents/*" - -# NOTE: curl and opus are from the base SDK libraries, sqlite3 from the -# core module -RDEPENDS:${PN} += " \ - libcurl \ - libopus \ - libsqlite3 \ - ${PN}-conf \ - ${@bb.utils.contains("ALEXA_WAKEWORD", "true", "pryon-lite", "", d)} \ - gstreamer1.0-plugins-bad-hls \ -" |