summaryrefslogtreecommitdiffstats
path: root/recipes-demo-hmi/phone
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-02-11 14:09:19 +0000
commit4f9bc5b40f14be5b4f10ad729de6f2b19a4a689a (patch)
treed0ada25323231ba51a73a207e79e99ef75757dbb /recipes-demo-hmi/phone
parent8cdd530dfd0f6f2b8d16770e930340ff6cb340dd (diff)
phone: Replace QtMultimedia usage with 4A + gstreamer
Update dependencies to remove qtmultimedia and add gstreamer. Bug-AGL: SPEC-1596 Change-Id: Ifbaf65aeb5616897ba2f5f7b73aa397b39ef4231 Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Diffstat (limited to 'recipes-demo-hmi/phone')
-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 d2997cdb..553cc8ac 100644
--- a/recipes-demo-hmi/phone/phone_git.bb
+++ b/recipes-demo-hmi/phone/phone_git.bb
@@ -14,12 +14,12 @@ S = "${WORKDIR}/git"
# build-time dependencies
DEPENDS += "qtquickcontrols2 \
- qtmultimedia \
libqtappfw \
libhomescreen \
qlibwindowmanager \
+ gstreamer1.0 \
"
inherit qmake5 aglwgt
-RDEPENDS_${PN} += "agl-service-telephony agl-service-bluetooth-pbap qtmultimedia"
+RDEPENDS_${PN} += "agl-service-telephony agl-service-bluetooth-pbap"