summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2017-06-08 15:02:35 +0300
committerLeon Anavi <leon.anavi@konsulko.com>2017-06-08 15:09:13 +0300
commit13abc8463dbacc672769f66f27d926cc13524d97 (patch)
tree5721e1363b1dcad309fbc0c187574f7a1ef4313f
parent847493e6b994e25c5936a9534e2e225f9e2a42ad (diff)
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 <leon.anavi@konsulko.com>
-rw-r--r--recipes-demo-hmi/phone/phone_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-demo-hmi/phone/phone_git.bb b/recipes-demo-hmi/phone/phone_git.bb
index 6d17bbed..e67c0a3c 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