aboutsummaryrefslogtreecommitdiffstats
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-15 15:55:46 +0300
commit6cab3add4b7d23d7fcbde46d34b9a7266e01f5d4 (patch)
treed919b6ce0f562453ce18db70f7d3cfe8fbed5da9
parent2011fcca890647ab6df72e92195f3a7dfe4d0b7e (diff)
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 bff08434..bbf7a43b 100644
--- a/recipes-demo-hmi/phone/phone_git.bb
+++ b/recipes-demo-hmi/phone/phone_git.bb
@@ -17,6 +17,6 @@ PV = "1.0+git${SRCPV}"
S = "${WORKDIR}/git"
# build-time dependencies
-DEPENDS += "qtquickcontrols2"
+DEPENDS += "qtquickcontrols2 homescreen"
inherit qmake5 aglwgt