From 6555f466eaa54f89588912a3d78bd2c5c577e99a Mon Sep 17 00:00:00 2001 From: Naoto Yamaguchi Date: Sun, 26 Aug 2018 00:23:58 +0900 Subject: [PATCH] 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 --- recipes-demo-hmi/phone/phone_git.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" -- 2.16.6