From: Scott Murray Date: Thu, 17 Jan 2019 01:21:22 +0000 (-0500) Subject: phone: Replace QtMultimedia usage with 4A + gstreamer X-Git-Tag: 7.99.1~31 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=AGL%2Fmeta-agl-demo.git;a=commitdiff_plain;h=4f9bc5b40f14be5b4f10ad729de6f2b19a4a689a 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 d2997cdbe..553cc8acf 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"