alexa-voiceagent-service: Add the hls gstreamer plugin 48/23548/2
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Sun, 5 Jan 2020 06:19:39 +0000 (07:19 +0100)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Sun, 5 Jan 2020 17:56:10 +0000 (17:56 +0000)
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>
meta-speech-framework/meta-aac/recipes-apis/alexa-voiceagent-service/alexa-voiceagent-service_git.bb

index 3fedb26..f021155 100644 (file)
@@ -56,4 +56,5 @@ RDEPENDS_${PN} += " \
        libsqlite3 \
        ${PN}-conf \
        ${@bb.utils.contains("ALEXA_WAKEWORD", "true", "pryon-lite", "", d)} \
+       gstreamer1.0-plugins-bad-hls \
 "