From: Marius Vlad Date: Wed, 7 Jul 2021 14:26:08 +0000 (+0200) Subject: Add dependency to alexa-viewer, launcher, homescreen, cluster-receiver X-Git-Tag: 12.90.1~7 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=95d382d4c18dd02f3047729f4312e5dc12e152ed;p=AGL%2Fmeta-agl-demo.git Add dependency to alexa-viewer, launcher, homescreen, cluster-receiver Add dependency for agl-compositor. FIXME: split agl-compositor-protocols into separate packages. Bug-AGL: SPEC-4015 Signed-off-by: Marius Vlad Change-Id: Ia05f4bf60338294cef25225c3e7e1e36643bfd5e --- 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}"