From: Leon Anavi Date: Thu, 8 Jun 2017 12:02:35 +0000 (+0300) Subject: phone: Depends on homescreen X-Git-Tag: dab_3.99.2~13 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=13abc8463dbacc672769f66f27d926cc13524d97;p=AGL%2Fmeta-agl-demo.git phone: Depends on homescreen Homescreen is required for building tests in phone therefore it has been added as a dependency to avoid build errors such as: Project ERROR: homescreen development package not found AGL-Bug: SPEC-653 Change-Id: I644169526133418b86906c3c02438508034a3ee2 Signed-off-by: Leon Anavi --- diff --git a/recipes-demo-hmi/phone/phone_git.bb b/recipes-demo-hmi/phone/phone_git.bb index 6d17bbed3..e67c0a3c2 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" +DEPENDS += "qtquickcontrols2 homescreen" inherit qmake5 aglwgt