diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2020-01-05 07:19:39 +0100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2020-01-05 17:56:10 +0000 |
commit | 317fee866db0f745132d17b0bf1e3e0173b26ae2 (patch) | |
tree | 8a5af004171cb705bb75136d0b0f433a320cc9d3 | |
parent | 3fdec9d7e81cff04fd2aa38e25872da7c431b769 (diff) |
alexa-voiceagent-service: Add the hls gstreamer plugin
Streaming music needs this plugin. Add it to RDEPENDS.
Bug-AGL: SPEC-3088
.
Change-Id: Ica10a9ad106c73da98ca34c9c851f029eee04b2b
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
-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 3fedb26b..f0211552 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 @@ -56,4 +56,5 @@ RDEPENDS_${PN} += " \ libsqlite3 \ ${PN}-conf \ ${@bb.utils.contains("ALEXA_WAKEWORD", "true", "pryon-lite", "", d)} \ + gstreamer1.0-plugins-bad-hls \ " |