summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2019-01-16 20:21:22 -0500
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2019-01-18 15:33:34 +0000
commit09ecef01e85609983abac593d7e45d363027c50c (patch)
tree050914e87bd2a739a9ff65bf6129bd9b1846a282
parentfb67d665b6c57f0d7d331ba9ef61a14fcf538c59 (diff)
phone: Replace QtMultimedia usage with 4A + gstreamerflounder_6.0.5flounder_6.0.4flounder/6.0.5flounder/6.0.46.0.56.0.4
Update dependencies to remove qtmultimedia and add gstreamer. Bug-AGL: SPEC-1596 Change-Id: Ifbaf65aeb5616897ba2f5f7b73aa397b39ef4231 Signed-off-by: Scott Murray <scott.murray@konsulko.com>
-rw-r--r--recipes-demo-hmi/phone/phone_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-demo-hmi/phone/phone_git.bb b/recipes-demo-hmi/phone/phone_git.bb
index af46ef92..27a4c24f 100644
--- a/recipes-demo-hmi/phone/phone_git.bb
+++ b/recipes-demo-hmi/phone/phone_git.bb
@@ -14,13 +14,13 @@ S = "${WORKDIR}/git"
# build-time dependencies
DEPENDS += "qtquickcontrols2 \
- qtmultimedia \
libqtappfw \
libhomescreen \
qlibwindowmanager \
+ gstreamer1.0 \
"
inherit qmake5 aglwgt
RDEPENDS_${PN} += "agl-service-bluetooth agl-service-bluetooth-pbap \
- agl-service-telephony qtmultimedia"
+ agl-service-telephony"