Merge "agl-core-services: build the radio service if pipewire is enabled"
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tue, 11 Jun 2019 13:53:58 +0000 (13:53 +0000)
committerGerrit Code Review <gerrit@automotivelinux.org>
Tue, 11 Jun 2019 13:53:58 +0000 (13:53 +0000)
meta-agl-profile-core/recipes-platform/packagegroups/packagegroup-agl-core-services.bb

index f9271c0..6e8ad82 100644 (file)
@@ -24,7 +24,7 @@ agl-service-mediascanner \
 agl-service-navigation \
 agl-service-network \
 agl-service-nfc \
-${@bb.utils.contains('DISTRO_FEATURES', 'agl-audio-4a-framework', 'agl-service-radio', bb.utils.contains('DISTRO_FEATURES', 'pulseaudio','agl-service-radio','',d), d)} \
+${@bb.utils.contains('DISTRO_FEATURES', 'pipewire', 'agl-service-radio', '', d)} \
 agl-service-signal-composer \
 agl-service-steering-wheel \
 agl-service-unicens \