diff options
Diffstat (limited to 'recipes-demo-hmi')
-rw-r--r-- | recipes-demo-hmi/dashboard/dashboard_git.bb | 2 | ||||
-rw-r--r-- | recipes-demo-hmi/hvac/hvac_git.bb | 2 | ||||
-rw-r--r-- | recipes-demo-hmi/mediaplayer/mediaplayer_git.bb | 11 | ||||
-rw-r--r-- | recipes-demo-hmi/mixer/mixer_git.bb | 10 | ||||
-rw-r--r-- | recipes-demo-hmi/phone/phone_git.bb | 7 | ||||
-rw-r--r-- | recipes-demo-hmi/radio/radio_git.bb | 1 | ||||
-rw-r--r-- | recipes-demo-hmi/settings/settings_git.bb | 1 |
7 files changed, 25 insertions, 9 deletions
diff --git a/recipes-demo-hmi/dashboard/dashboard_git.bb b/recipes-demo-hmi/dashboard/dashboard_git.bb index 5d02ea257..795e9e129 100644 --- a/recipes-demo-hmi/dashboard/dashboard_git.bb +++ b/recipes-demo-hmi/dashboard/dashboard_git.bb @@ -13,6 +13,6 @@ PV = "1.0+git${SRCPV}" S = "${WORKDIR}/git" # build-time dependencies -DEPENDS += "qtquickcontrols2" +DEPENDS += "qtquickcontrols2 virtual/libhomescreen qlibwindowmanager" inherit qmake5 aglwgt diff --git a/recipes-demo-hmi/hvac/hvac_git.bb b/recipes-demo-hmi/hvac/hvac_git.bb index beaaafaac..d36696bfc 100644 --- a/recipes-demo-hmi/hvac/hvac_git.bb +++ b/recipes-demo-hmi/hvac/hvac_git.bb @@ -13,6 +13,6 @@ PV = "1.0+git${SRCPV}" S = "${WORKDIR}/git" # build-time dependencies -DEPENDS += "qtquickcontrols2" +DEPENDS += "qtquickcontrols2 virtual/libhomescreen qlibwindowmanager" inherit qmake5 aglwgt diff --git a/recipes-demo-hmi/mediaplayer/mediaplayer_git.bb b/recipes-demo-hmi/mediaplayer/mediaplayer_git.bb index 8a7fd620d..e99eb5bd5 100644 --- a/recipes-demo-hmi/mediaplayer/mediaplayer_git.bb +++ b/recipes-demo-hmi/mediaplayer/mediaplayer_git.bb @@ -12,10 +12,15 @@ SRCREV = "${AGL_APP_REVISION}" PV = "1.0+git${SRCPV}" S = "${WORKDIR}/git" -inherit qmake5 aglwgt - # build-time dependencies -DEPENDS += "sqlite3 qtquickcontrols2 qtmultimedia" +DEPENDS += "sqlite3 \ + qtquickcontrols2 \ + qtmultimedia \ + virtual/libhomescreen \ + qlibwindowmanager \ +" + +inherit qmake5 aglwgt RDEPENDS_${PN} += "qtmultimedia \ qtmultimedia-qmlplugins \ diff --git a/recipes-demo-hmi/mixer/mixer_git.bb b/recipes-demo-hmi/mixer/mixer_git.bb index 638dae53c..bdbc8db64 100644 --- a/recipes-demo-hmi/mixer/mixer_git.bb +++ b/recipes-demo-hmi/mixer/mixer_git.bb @@ -12,7 +12,11 @@ SRCREV = "${AGL_APP_REVISION}" PV = "1.0+git${SRCPV}" S = "${WORKDIR}/git" -inherit qmake5 aglwgt - # build-time dependencies -DEPENDS += "qtquickcontrols2 pulseaudio" +DEPENDS += "qtquickcontrols2 \ + pulseaudio \ + virtual/libhomescreen \ + qlibwindowmanager \ +" + +inherit qmake5 aglwgt diff --git a/recipes-demo-hmi/phone/phone_git.bb b/recipes-demo-hmi/phone/phone_git.bb index 6dccd65a0..fe91d3f4d 100644 --- a/recipes-demo-hmi/phone/phone_git.bb +++ b/recipes-demo-hmi/phone/phone_git.bb @@ -13,6 +13,11 @@ PV = "1.0+git${SRCPV}" S = "${WORKDIR}/git" # build-time dependencies -DEPENDS += "qtquickcontrols2 homescreen libqtappfw qtmultimedia" +DEPENDS += "qtquickcontrols2 \ + qtmultimedia \ + libqtappfw \ + virtual/libhomescreen \ + qlibwindowmanager \ +" inherit qmake5 aglwgt diff --git a/recipes-demo-hmi/radio/radio_git.bb b/recipes-demo-hmi/radio/radio_git.bb index 5b599de81..8563b018a 100644 --- a/recipes-demo-hmi/radio/radio_git.bb +++ b/recipes-demo-hmi/radio/radio_git.bb @@ -19,6 +19,7 @@ S = "${WORKDIR}/git" # build-time dependencies DEPENDS = "qtquickcontrols2 rtl-sdr pulseaudio" +DEPENDS += "virtual/libhomescreen qlibwindowmanager" inherit qmake5 aglwgt diff --git a/recipes-demo-hmi/settings/settings_git.bb b/recipes-demo-hmi/settings/settings_git.bb index 28eee0692..e36f0bc87 100644 --- a/recipes-demo-hmi/settings/settings_git.bb +++ b/recipes-demo-hmi/settings/settings_git.bb @@ -14,6 +14,7 @@ S = "${WORKDIR}/git" # build-time dependencies DEPENDS += "qtquickcontrols2" +DEPENDS += "virtual/libhomescreen qlibwindowmanager" # runtime dependencies RDEPENDS_${PN} += " \ |