Add dependency to alexa-viewer, launcher, homescreen, cluster-receiver 88/26488/3
authorMarius Vlad <marius.vlad@collabora.com>
Wed, 7 Jul 2021 14:26:08 +0000 (16:26 +0200)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Wed, 7 Jul 2021 20:16:14 +0000 (20:16 +0000)
Add dependency for agl-compositor.

FIXME: split agl-compositor-protocols into separate packages.

Bug-AGL: SPEC-4015

Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
Change-Id: Ia05f4bf60338294cef25225c3e7e1e36643bfd5e

recipes-demo/alexa-viewer/alexa-viewer_git.bb
recipes-demo/cluster-receiver/cluster-receiver_git.bb
recipes-demo/homescreen/homescreen_git.bb
recipes-demo/launcher/launcher_git.bb

index 8b4e4fa..70542ff 100644 (file)
@@ -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}"
index 86c2f79..b2a4640 100644 (file)
@@ -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}"
index 1ec938b..7e49ad9 100644 (file)
@@ -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}"
index 115ebcc..13d36ae 100644 (file)
@@ -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}"