diff options
author | George Kiagiadakis <george.kiagiadakis@collabora.com> | 2021-03-11 13:25:00 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2021-03-15 22:17:20 +0000 |
commit | 4028c08d117c5dbdf74391f2bfa783a6f190a78f (patch) | |
tree | a5ff61e870d4b4b5f44d382e29fd94df20ba6011 | |
parent | a6b1982599fa00fa241bf91a625d9822b941902c (diff) |
agl-image-ivi: depend on packagegroup-pipewire instead of pipewire directly
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
-rw-r--r-- | recipes-platform/images/agl-image-ivi.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-platform/images/agl-image-ivi.inc b/recipes-platform/images/agl-image-ivi.inc index 6aa961bcd..7f4d39380 100644 --- a/recipes-platform/images/agl-image-ivi.inc +++ b/recipes-platform/images/agl-image-ivi.inc @@ -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 \ |