diff options
author | Scott Murray <scott.murray@konsulko.com> | 2021-01-14 17:00:23 -0500 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2021-01-15 23:25:48 +0000 |
commit | 198b0ba38aedddd7a1cca2eaf6dcd40414591076 (patch) | |
tree | 1c928362a56e261762b0db881ad76058ed1bace2 /recipes-demo/launcher/launcher_git.bb | |
parent | ee473ff99bb5ffda3cf2758d3bc693541ada47eb (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/launcher/launcher_git.bb')
-rw-r--r-- | recipes-demo/launcher/launcher_git.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-demo/launcher/launcher_git.bb b/recipes-demo/launcher/launcher_git.bb index 1f2117e62..363707086 100644 --- a/recipes-demo/launcher/launcher_git.bb +++ b/recipes-demo/launcher/launcher_git.bb @@ -27,3 +27,5 @@ S = "${WORKDIR}/git/" inherit qmake5 systemd pkgconfig aglwgt PATH_prepend = "${STAGING_DIR_NATIVE}${OE_QMAKE_PATH_QT_BINS}:" + +RDEPENDS_${PN} = "agl-service-homescreen" |