agl-image-ivi: depend on packagegroup-pipewire instead of pipewire directly 76/26176/2
authorGeorge Kiagiadakis <george.kiagiadakis@collabora.com>
Thu, 11 Mar 2021 11:25:00 +0000 (13:25 +0200)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Mon, 15 Mar 2021 22:17:20 +0000 (22:17 +0000)
It looks wrong to depend on pipewire, as that does not guarantee
that all the modules, tools, etc are present in the image

Bug-AGL: SPEC-3844

Signed-off-by: George Kiagiadakis <george.kiagiadakis@collabora.com>
Change-Id: Id361ec1eb8e1c715f97c05b21e52db394f14384b

recipes-platform/images/agl-image-ivi.inc

index 6aa961b..7f4d393 100644 (file)
@@ -5,7 +5,7 @@ IMAGE_INSTALL_append = "\
     packagegroup-agl-ivi-services \
     agl-service-homescreen \
     agl-service-weather \
-    ${@bb.utils.contains('DISTRO_FEATURES', 'pipewire', 'pipewire', '', d)} \
+    ${@bb.utils.contains('DISTRO_FEATURES', 'pipewire', 'packagegroup-pipewire', '', d)} \
     ${@bb.utils.contains('DISTRO_FEATURES', 'pipewire', 'agl-service-mediaplayer', '', d)} \
     ${@bb.utils.contains('DISTRO_FEATURES', 'pipewire', 'agl-service-radio', '', d)} \
     can-utils \