From b8f6d6ee440714d37e2138a728d3e9a560791f2f Mon Sep 17 00:00:00 2001 From: Marius Vlad Date: Fri, 15 Jan 2021 23:17:24 +0200 Subject: [PATCH] packagegroup-agl-demo-platform: Fix waltham-remoting feature 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 Change-Id: I2ee39dd603a41e147b95aa77237bcc06947c1028 --- recipes-platform/packagegroups/packagegroup-agl-demo-platform.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-platform/packagegroups/packagegroup-agl-demo-platform.bb b/recipes-platform/packagegroups/packagegroup-agl-demo-platform.bb index ee2da2f4e..c506d0a2a 100644 --- a/recipes-platform/packagegroups/packagegroup-agl-demo-platform.bb +++ b/recipes-platform/packagegroups/packagegroup-agl-demo-platform.bb @@ -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 \ " -- 2.16.6