diff options
author | Scott Murray <scott.murray@konsulko.com> | 2019-01-16 20:21:22 -0500 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2019-02-19 20:20:02 +0000 |
commit | 17982edd04e5dd758363292b6e36e55e76a6e629 (patch) | |
tree | f250264928cde0ea2763ec567f05bc15189a833b /recipes-demo-hmi | |
parent | f92cbc4f37b47f7d02452aa332c0692b2da2e98a (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')
-rw-r--r-- | recipes-demo-hmi/phone/phone_git.bb | 4 |
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 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" |