From: Naoto Yamaguchi Date: Sat, 25 Aug 2018 15:23:58 +0000 (+0900) Subject: Fix errors in Phone application dependency X-Git-Tag: 5.99.5~2 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F39%2F16339%2F3;p=AGL%2Fmeta-agl-demo.git Fix errors in Phone application dependency Dependency error potentially possessed by the Phone application became obvious by fab778caff2041794814df54b51893965381aa66. After that change, qtmultimedia was not installed in agl-demo-platform. This problem has been reported by SPEC-1596, but has not been fixed so far. This patch enables the phone application to work again. BUG-AGL: SPEC-1596 Change-Id: I1ac4eda4e5e31c51a1ab97ba8e748b56265a8c30 Signed-off-by: Naoto Yamaguchi --- diff --git a/recipes-demo-hmi/phone/phone_git.bb b/recipes-demo-hmi/phone/phone_git.bb index ac63bb9e0..7a9f628ac 100644 --- a/recipes-demo-hmi/phone/phone_git.bb +++ b/recipes-demo-hmi/phone/phone_git.bb @@ -22,4 +22,5 @@ DEPENDS += "qtquickcontrols2 \ inherit qmake5 aglwgt -RDEPENDS_${PN} += "agl-service-bluetooth agl-service-bluetooth-pbap" +RDEPENDS_${PN} += "agl-service-bluetooth agl-service-bluetooth-pbap \ + qtmultimedia"