summaryrefslogtreecommitdiffstats
path: root/recipes-demo/homescreen/homescreen_git.bb
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2021-01-14 17:00:23 -0500
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2021-01-15 23:25:48 +0000
commit198b0ba38aedddd7a1cca2eaf6dcd40414591076 (patch)
tree1c928362a56e261762b0db881ad76058ed1bace2 /recipes-demo/homescreen/homescreen_git.bb
parentee473ff99bb5ffda3cf2758d3bc693541ada47eb (diff)
Update demo app runtime dependencies
Update runtime dependencies in demo app recipes to match current binding requirements. Bug-AGL: SPEC-3748 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: Ibaab8d0d2b00f764946ed8472e76a504647b697e
Diffstat (limited to 'recipes-demo/homescreen/homescreen_git.bb')
-rw-r--r--recipes-demo/homescreen/homescreen_git.bb8
1 files changed, 6 insertions, 2 deletions
diff --git a/recipes-demo/homescreen/homescreen_git.bb b/recipes-demo/homescreen/homescreen_git.bb
index 2940378a..2fb000fa 100644
--- a/recipes-demo/homescreen/homescreen_git.bb
+++ b/recipes-demo/homescreen/homescreen_git.bb
@@ -9,8 +9,6 @@ DEPENDS = " \
qtbase \
qtdeclarative \
qtquickcontrols2 \
- agl-service-homescreen \
- agl-service-weather \
libqtappfw \
libhomescreen \
libafb-helpers-qt \
@@ -35,4 +33,10 @@ OE_QMAKE_CXXFLAGS_append = " ${@bb.utils.contains('DISTRO_FEATURES', 'agl-devel'
RDEPENDS_${PN} += " \
libqtappfw \
+ agl-service-audiomixer \
+ agl-service-bluetooth \
+ agl-service-homescreen \
+ agl-service-network \
+ agl-service-weather \
+ agl-service-voice-high \
"