From 198b0ba38aedddd7a1cca2eaf6dcd40414591076 Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Thu, 14 Jan 2021 17:00:23 -0500 Subject: 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 Change-Id: Ibaab8d0d2b00f764946ed8472e76a504647b697e --- recipes-demo/navigation/ondemandnavi_git.bb | 1 + recipes-demo/navigation/tbtnavi_git.bb | 1 + 2 files changed, 2 insertions(+) (limited to 'recipes-demo/navigation') diff --git a/recipes-demo/navigation/ondemandnavi_git.bb b/recipes-demo/navigation/ondemandnavi_git.bb index 17def6f8..a37838c2 100644 --- a/recipes-demo/navigation/ondemandnavi_git.bb +++ b/recipes-demo/navigation/ondemandnavi_git.bb @@ -24,6 +24,7 @@ RDEPENDS_${PN} += " \ openjtalk \ gstreamer1.0 \ ondemandnavi-config \ + agl-service-navigation \ " RPROVIDES_${PN} = "virtual/navigation" diff --git a/recipes-demo/navigation/tbtnavi_git.bb b/recipes-demo/navigation/tbtnavi_git.bb index 14e5eae3..0dc09411 100644 --- a/recipes-demo/navigation/tbtnavi_git.bb +++ b/recipes-demo/navigation/tbtnavi_git.bb @@ -33,5 +33,6 @@ RDEPENDS_${PN} += " \ qtlocation \ ondemandnavi-config \ agl-service-navigation \ + agl-service-signal-composer \ libqtappfw \ " -- cgit 1.2.3-korg