packagegroup-agl-demo-platform: Fix waltham-remoting feature 25/25925/2
authorMarius Vlad <marius.vlad@collabora.com>
Fri, 15 Jan 2021 21:17:24 +0000 (23:17 +0200)
committerMarius Vlad <marius.vlad@collabora.com>
Fri, 22 Jan 2021 08:01:11 +0000 (10:01 +0200)
And avoid using waltham-recevier for the moment, until we get it in the
tree. Not only that, but instead use the correct name of the feature
while at it (there's no agl-weston-waltham-remoting).

Bug-AGL: SPEC-3601

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

recipes-platform/packagegroups/packagegroup-agl-demo-platform.bb

index ee2da2f..c506d0a 100644 (file)
@@ -34,7 +34,7 @@ AGL_APPS = " \
     settings \
     messaging \
     ${@bb.utils.contains('DISTRO_FEATURES', 'agl-devel', 'taskmanager' , '', d)} \
-    ${@bb.utils.contains('DISTRO_FEATURES', 'agl-weston-waltham-remoting', 'waltham-receiver' , '', d)} \
+    ${@bb.utils.contains('AGL_FEATURES', 'waltham-remoting', 'waltham waltham-transmitter-plugin' , '', d)} \
     virtual/mixer \
     virtual/qtwayland-config \
     "