296cf2d2d89cbcc6d4b14ca22288c3709f0975cb
[AGL/meta-agl-devel.git] /
1 SUMMARY = "Alexa voice agent binding"
2 DESCRIPTION = "alexa-voiceagent-service is an Alexa Auto SDK based voiceagent binding"
3 HOMEPAGE = "https://gerrit.automotivelinux.org/gerrit/apps/agl-service-voice-high"
4 SECTION = "apps"
5
6 LICENSE = "Apache-2.0"
7 LIC_FILES_CHKSUM = "file://License.txt;md5=3b83ef96387f14655fc854ddc3c6bd57"
8
9 DEPENDS = " \
10         libafb-helpers \
11         libappcontroller \
12         avs-device-sdk \
13         aac-module-core \
14         aac-module-alexa \
15         aac-module-cbl \
16         aac-module-contact-uploader \
17         aac-module-navigation \
18         aac-module-phone-control \
19         aac-module-gstreamer \
20 "
21
22 SRC_URI = "git://github.com/alexa/alexa-auto-sdk.git;protocol=https;branch=2.0 \
23            file://0001-remove-library-dependency-copying.patch \
24            file://0002-update-config.xml.in.patch \
25            file://0003-update-audio-device-configuration.patch \
26            file://0004-update-config-and-database-paths.patch \
27 "
28 SRCREV = "86916d2d8c1702a8be3c88a9012ca56583bcc0c8"
29
30 PV = "2.0+git${SRCPV}"
31 S = "${WORKDIR}/git/platforms/agl/alexa-voiceagent-service"
32
33 inherit cmake aglwgt
34
35 EXTRA_OECMAKE += "-DAAC_HOME=${RECIPE_SYSROOT}/${AAC_PREFIX}"
36
37 # NOTE: curl and opus are from the base SDK libraries, sqlite3 from the
38 #       core module
39 RDEPENDS_${PN} += "libcurl libopus libsqlite3"
40
41 RPROVIDES_${PN} += "virtual/voiceagent"