From: Matt Porter Date: Sat, 11 Nov 2017 12:53:49 +0000 (+0200) Subject: phone: add build dependency on libqtappfw X-Git-Tag: 4.99.3~17 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=AGL%2Fmeta-agl-demo.git;a=commitdiff_plain;h=77dbcddc1420344276540538413082167b726bdc phone: add build dependency on libqtappfw The AGL phone app now depends on libqtappfw. Add the dependency. Bug-AGL: SPEC-1079 Change-Id: I9cd65638cceb371f08933ed5a81a5805f33a8e48 Signed-off-by: Matt Porter --- diff --git a/recipes-demo-hmi/phone/phone_git.bb b/recipes-demo-hmi/phone/phone_git.bb index 191f3e507..43b072890 100644 --- a/recipes-demo-hmi/phone/phone_git.bb +++ b/recipes-demo-hmi/phone/phone_git.bb @@ -13,6 +13,6 @@ PV = "1.0+git${SRCPV}" S = "${WORKDIR}/git" # build-time dependencies -DEPENDS += "qtquickcontrols2 homescreen" +DEPENDS += "qtquickcontrols2 homescreen libqtappfw" inherit qmake5 aglwgt