diff options
Diffstat (limited to 'recipes-demo')
-rw-r--r-- | recipes-demo/alexa-viewer/alexa-viewer_git.bb | 1 | ||||
-rw-r--r-- | recipes-demo/homescreen/homescreen_git.bb | 8 | ||||
-rw-r--r-- | recipes-demo/launcher/launcher_git.bb | 2 | ||||
-rw-r--r-- | recipes-demo/navigation/ondemandnavi_git.bb | 1 | ||||
-rw-r--r-- | recipes-demo/navigation/tbtnavi_git.bb | 1 | ||||
-rw-r--r-- | recipes-demo/settings/settings_git.bb | 1 |
6 files changed, 12 insertions, 2 deletions
diff --git a/recipes-demo/alexa-viewer/alexa-viewer_git.bb b/recipes-demo/alexa-viewer/alexa-viewer_git.bb index 941c334d0..8b4e4fafa 100644 --- a/recipes-demo/alexa-viewer/alexa-viewer_git.bb +++ b/recipes-demo/alexa-viewer/alexa-viewer_git.bb @@ -32,5 +32,6 @@ RDEPENDS_${PN} = " \ libqtappfw \ libafbwsc \ qlibhomescreen \ + agl-service-homescreen \ agl-service-voice-high-capabilities \ " diff --git a/recipes-demo/homescreen/homescreen_git.bb b/recipes-demo/homescreen/homescreen_git.bb index 2940378a4..2fb000faf 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 \ " 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" diff --git a/recipes-demo/navigation/ondemandnavi_git.bb b/recipes-demo/navigation/ondemandnavi_git.bb index 17def6f8e..a37838c21 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 14e5eae3b..0dc094113 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 \ " diff --git a/recipes-demo/settings/settings_git.bb b/recipes-demo/settings/settings_git.bb index 491517b77..b3198b289 100644 --- a/recipes-demo/settings/settings_git.bb +++ b/recipes-demo/settings/settings_git.bb @@ -26,5 +26,6 @@ RDEPENDS_${PN} += " \ qt-qrcode \ agl-service-bluetooth \ agl-service-network \ + agl-service-voice-high \ libqtappfw \ " |