aboutsummaryrefslogtreecommitdiffstats
path: root/meta-hmi-framework
diff options
context:
space:
mode:
authorMatt Ranostay <matt.ranostay@konsulko.com>2018-02-21 17:37:26 -0800
committerMatt Ranostay <matt.ranostay@konsulko.com>2018-02-21 17:44:18 -0800
commit7455bdd90cf6b4908d42ef425edd4a153dd31b35 (patch)
tree51694beeeb85f22070b266fd94d071563d596b06 /meta-hmi-framework
parent12ec74ae5494ba4b14dad732d00a061bc1ffc409 (diff)
homescreen: add agl-weather-service to HMI
Add agl-service-weather SRCREV, and dependencies to recipe Bug-AGL: SPEC-1273 Change-Id: I1afad78f6bf9eb40aecd9540f332834c8a49415e Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
Diffstat (limited to 'meta-hmi-framework')
-rw-r--r--meta-hmi-framework/recipes-demo-hmi/homescreen-2017/homescreen-2017_git.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/meta-hmi-framework/recipes-demo-hmi/homescreen-2017/homescreen-2017_git.bb b/meta-hmi-framework/recipes-demo-hmi/homescreen-2017/homescreen-2017_git.bb
index a28e1ce3..1c98cbd5 100644
--- a/meta-hmi-framework/recipes-demo-hmi/homescreen-2017/homescreen-2017_git.bb
+++ b/meta-hmi-framework/recipes-demo-hmi/homescreen-2017/homescreen-2017_git.bb
@@ -12,6 +12,8 @@ DEPENDS = "\
pulseaudio \
agl-service-homescreen-2017 \
agl-service-windowmanager-2017 \
+ agl-service-weather \
+ libqtappfw \
qlibwindowmanager \
virtual/libhomescreen \
"
@@ -19,7 +21,8 @@ DEPENDS = "\
inherit qmake5 systemd pkgconfig aglwgt
SRC_URI = "git://gerrit.automotivelinux.org/gerrit/staging/homescreen-2017;protocol=https;branch=${AGL_BRANCH}"
-SRCREV = "db9f41d75fb4460f668117c69be05c4d4d4c7c7c"
+SRCREV = "928dd96f5225769d4af7354e75d4d245ae586884"
+
PV = "1.0+git${SRCPV}"
S = "${WORKDIR}/git/"