summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarius Vlad <marius.vlad@collabora.com>2021-07-07 16:26:08 +0200
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2021-07-07 20:16:14 +0000
commit95d382d4c18dd02f3047729f4312e5dc12e152ed (patch)
tree54070a2e1c7f020f48995427e6187eb5de487bad
parentbd0b678a9f35e7ec92862a81575ffc6d32ad2508 (diff)
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 <marius.vlad@collabora.com> Change-Id: Ia05f4bf60338294cef25225c3e7e1e36643bfd5e
-rw-r--r--recipes-demo/alexa-viewer/alexa-viewer_git.bb3
-rw-r--r--recipes-demo/cluster-receiver/cluster-receiver_git.bb3
-rw-r--r--recipes-demo/homescreen/homescreen_git.bb3
-rw-r--r--recipes-demo/launcher/launcher_git.bb3
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 8b4e4faf..70542ff4 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 86c2f79b..b2a46407 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 1ec938b7..7e49ad9f 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 115ebcc4..13d36ae6 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}"