diff options
author | Scott Murray <scott.murray@konsulko.com> | 2019-01-16 20:21:22 -0500 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2019-01-18 15:33:34 +0000 |
commit | 09ecef01e85609983abac593d7e45d363027c50c (patch) | |
tree | 050914e87bd2a739a9ff65bf6129bd9b1846a282 /recipes-demo-hmi/phone | |
parent | fb67d665b6c57f0d7d331ba9ef61a14fcf538c59 (diff) |
phone: Replace QtMultimedia usage with 4A + gstreamerflounder_6.0.5flounder_6.0.4flounder/6.0.5flounder/6.0.46.0.56.0.4
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.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 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" |