diff options
author | Scott Murray <scott.murray@konsulko.com> | 2019-12-11 19:43:17 +0000 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2019-12-11 21:41:00 +0000 |
commit | 1217237797bddbdb5e880ccc1f465a8f75b4961f (patch) | |
tree | d9e942b045731dbb057d9e36f1d51dba6ec9ccf1 | |
parent | a43ef70aa27fe0c7cf7b83dae5895b7e2cd6559e (diff) |
dashboard: update dependencies
Add libqtappfw to DEPENDS for dashboard app for signal composer
event support, and to RDEPENDS as well as new runtime dependency
agl-service-signal-composer.
Bug-AGL: SPEC-3042
Change-Id: I955f821798d85fbb0f9265ee55b81ff0bd7db620
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
-rw-r--r-- | recipes-demo-hmi/dashboard/dashboard_git.bb | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/recipes-demo-hmi/dashboard/dashboard_git.bb b/recipes-demo-hmi/dashboard/dashboard_git.bb index 7ccbdeaee..822207b17 100644 --- a/recipes-demo-hmi/dashboard/dashboard_git.bb +++ b/recipes-demo-hmi/dashboard/dashboard_git.bb @@ -13,6 +13,11 @@ PV = "1.0+git${SRCPV}" S = "${WORKDIR}/git" # build-time dependencies -DEPENDS += "qtquickcontrols2 qttools-native qtaglextras" +DEPENDS += "qtquickcontrols2 qttools-native qtaglextras libqtappfw" inherit qmake5 aglwgt + +RDEPENDS_${PN} += " \ + libqtappfw \ + agl-service-signal-composer \ +" |