diff options
author | Marius Vlad <marius.vlad@collabora.com> | 2021-01-15 23:17:24 +0200 |
---|---|---|
committer | Marius Vlad <marius.vlad@collabora.com> | 2021-01-22 10:01:11 +0200 |
commit | b8f6d6ee440714d37e2138a728d3e9a560791f2f (patch) | |
tree | 5f84cce65019c7819df8fe7270f7232357cb51c0 /recipes-platform/packagegroups/packagegroup-agl-demo-platform.bb | |
parent | 97e649011231f3738f06b3ba70e4cae840c7177d (diff) |
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 <marius.vlad@collabora.com>
Change-Id: I2ee39dd603a41e147b95aa77237bcc06947c1028
Diffstat (limited to 'recipes-platform/packagegroups/packagegroup-agl-demo-platform.bb')
-rw-r--r-- | recipes-platform/packagegroups/packagegroup-agl-demo-platform.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ " |