From: Scott Murray Date: Thu, 17 Jan 2019 01:21:22 +0000 (-0500) Subject: phone: Replace QtMultimedia usage with 4A + gstreamer X-Git-Tag: flounder_6.0.4^0 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F65%2F19665%2F3;p=AGL%2Fmeta-agl-demo.git 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 --- diff --git a/recipes-demo-hmi/phone/phone_git.bb b/recipes-demo-hmi/phone/phone_git.bb index af46ef92f..27a4c24f4 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"