diff options
Diffstat (limited to 'recipes-demo')
-rw-r--r-- | recipes-demo/alexa-viewer/alexa-viewer_git.bb | 3 | ||||
-rw-r--r-- | recipes-demo/cluster-receiver/cluster-receiver_git.bb | 3 | ||||
-rw-r--r-- | recipes-demo/homescreen/homescreen_git.bb | 3 | ||||
-rw-r--r-- | recipes-demo/launcher/launcher_git.bb | 3 |
4 files changed, 12 insertions, 0 deletions
diff --git a/recipes-demo/alexa-viewer/alexa-viewer_git.bb b/recipes-demo/alexa-viewer/alexa-viewer_git.bb index 8b4e4fafa..70542ff4d 100644 --- a/recipes-demo/alexa-viewer/alexa-viewer_git.bb +++ b/recipes-demo/alexa-viewer/alexa-viewer_git.bb @@ -17,6 +17,9 @@ DEPENDS = " \ qtwayland-native \ " +# FIXME: alexa-viewer needs agl-shell-desktop, part of agl-compositor(-protocols) package +DEPENDS_append = " agl-compositor" + PV = "1.0+git${SRCPV}" SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/alexa-viewer;protocol=https;branch=${AGL_BRANCH}" diff --git a/recipes-demo/cluster-receiver/cluster-receiver_git.bb b/recipes-demo/cluster-receiver/cluster-receiver_git.bb index 86c2f79b7..b2a464073 100644 --- a/recipes-demo/cluster-receiver/cluster-receiver_git.bb +++ b/recipes-demo/cluster-receiver/cluster-receiver_git.bb @@ -11,6 +11,9 @@ DEPENDS = " \ gstreamer1.0 gstreamer1.0-plugins-base gstreamer1.0-plugins-bad \ " +# FIXME: cluster-receiver needs agl-shell-desktop, part of agl-compositor(-protocols) package +DEPENDS_append = " agl-compositor" + PV = "1.0+git${SRCPV}" SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/agl-cluster-demo-receiver;protocol=https;branch=${AGL_BRANCH}" diff --git a/recipes-demo/homescreen/homescreen_git.bb b/recipes-demo/homescreen/homescreen_git.bb index 1ec938b70..7e49ad9f2 100644 --- a/recipes-demo/homescreen/homescreen_git.bb +++ b/recipes-demo/homescreen/homescreen_git.bb @@ -18,6 +18,9 @@ DEPENDS = " \ qtwayland-native \ " +# FIXME: homescreen needs agl-shell-desktop, part of agl-compositor(-protocols) package +DEPENDS_append = " agl-compositor" + PV = "1.0+git${SRCPV}" SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/homescreen;protocol=https;branch=${AGL_BRANCH}" diff --git a/recipes-demo/launcher/launcher_git.bb b/recipes-demo/launcher/launcher_git.bb index 115ebcc42..13d36ae68 100644 --- a/recipes-demo/launcher/launcher_git.bb +++ b/recipes-demo/launcher/launcher_git.bb @@ -17,6 +17,9 @@ DEPENDS = "\ qtwayland-native \ " +# FIXME: launcher needs agl-shell-desktop, part of agl-compositor(-protocols) package +DEPENDS_append = " agl-compositor" + PV = "1.0+git${SRCPV}" SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/launcher;protocol=https;branch=${AGL_BRANCH}" |