alexa-viewer, cluster-demo, homescreen, launcher: the protocols are in agl-compositor-dev 91/26491/2
authorMarius Vlad <marius.vlad@collabora.com>
Thu, 8 Jul 2021 15:28:25 +0000 (17:28 +0200)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Fri, 9 Jul 2021 17:18:50 +0000 (17:18 +0000)
Adds it to DEPENDS straight in without using _append.

Bug-AGL: SPEC-4015

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

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 70542ff..78ee2ea 100644 (file)
@@ -15,11 +15,9 @@ DEPENDS = " \
     wayland \
     qtwayland \
     qtwayland-native \
+    agl-compositor \
 "
 
-# 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 b2a4640..7af8209 100644 (file)
@@ -8,12 +8,9 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=374fee6a7817f1e1a5a7bfb7b7989553"
 
 DEPENDS = " \
     wayland wayland-native \
-    gstreamer1.0 gstreamer1.0-plugins-base gstreamer1.0-plugins-bad \
+    gstreamer1.0 gstreamer1.0-plugins-base gstreamer1.0-plugins-bad agl-compositor \
 "
 
-# 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 7e49ad9..0347caf 100644 (file)
@@ -16,11 +16,9 @@ DEPENDS = " \
     wayland \
     qtwayland \
     qtwayland-native \
+    agl-compositor \
 "
 
-# 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 13d36ae..4c3a6d9 100644 (file)
@@ -15,11 +15,9 @@ DEPENDS = "\
         wayland \
         qtwayland \
         qtwayland-native \
+        agl-compositor \
 "
 
-# 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}"