diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2019-12-14 02:27:43 +0100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2019-12-18 15:40:07 +0100 |
commit | ab3fb8ea5a7e8b60492c41812276481a5211cfe7 (patch) | |
tree | 3f42f62bc354d2c17f66b1717703065a1526ca54 /meta-speech-framework/meta-aac/recipes-apis/alexa-voiceagent-service/alexa-voiceagent-service_git.bb | |
parent | 79e8ad7352e1e98c99818fce0e3eb8335816cacc (diff) |
Add mechanism to deploy the alexa-voiceagent credentials
Allow a pre-loaded version of the alexa voiceagent configuration.
Bug-AGL: SPEC-3054
Change-Id: I65e0c1fd253d2d21e33c052477a0aeb397b8eb11
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
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 | 2 |
1 files changed, 2 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 9e86fe5f..689e9d53 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 @@ -40,3 +40,5 @@ EXTRA_OECMAKE += "-DAAC_HOME=${RECIPE_SYSROOT}/${AAC_PREFIX}" RDEPENDS_${PN} += "libcurl libopus libsqlite3" RPROVIDES_${PN} += "virtual/voiceagent" + +RDEPENDS_${PN} += "virtual/alexa-voiceagent-config" |