From 09ecef01e85609983abac593d7e45d363027c50c Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Wed, 16 Jan 2019 20:21:22 -0500 Subject: 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 --- recipes-demo-hmi/phone/phone_git.bb | 4 ++-- 1 file 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" -- cgit 1.2.3-korg