diff options
author | Scott Murray <scott.murray@konsulko.com> | 2019-09-18 13:02:26 -0400 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2019-09-18 13:02:26 -0400 |
commit | 4264e6da82c551a81cda1f4900d3ed7bd8a6b148 (patch) | |
tree | 8510182a8455cc149b33c0613c87b48b539c7074 /meta-speech-framework/meta-aac/recipes-apis/alexa-voiceagent-service/alexa-voiceagent-service_git.bb | |
parent | e4a71cfe9b53795dd456cb8bd776c5196e924acf (diff) |
alexa-voiceagent-service: Update config.xml.in
Add a patch to alexa-voiceagent-service recipe to update its
config.xml.in to remove the now unneeded 4A dependency and add the
now required new audio permission.
Bug-AGL: SPEC-2765
Change-Id: I884bd7cfa45e598ecc06e1d6b1adde61a82f8db5
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
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 | 1 |
1 files changed, 1 insertions, 0 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 index ec7a1e9d..78555e09 100644 --- 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 @@ -21,6 +21,7 @@ DEPENDS = " \ SRC_URI = "git://github.com/alexa/alexa-auto-sdk.git;protocol=https;branch=2.0 \ file://0001-remove-library-dependency-copying.patch \ + file://0002-update-config.xml.in.patch \ " SRCREV = "86916d2d8c1702a8be3c88a9012ca56583bcc0c8" |