agl-service-radio: update recipe for pipewire 62/21562/2
authorGeorge Kiagiadakis <george.kiagiadakis@collabora.com>
Tue, 4 Jun 2019 15:18:30 +0000 (18:18 +0300)
committerGeorge Kiagiadakis <george.kiagiadakis@collabora.com>
Mon, 10 Jun 2019 07:24:42 +0000 (10:24 +0300)
Only pipewire is supported now as the backend,
therefore we don't need the switches

Bug-AGL: SPEC-2473

Change-Id: Ie5e9319c064e972f367d67fe3b898cb3ad142d6c
Signed-off-by: George Kiagiadakis <george.kiagiadakis@collabora.com>
meta-agl-profile-core/recipes-apis/agl-service-radio/agl-service-radio_git.bb

index 7f81481..b8f48ed 100644 (file)
@@ -15,8 +15,5 @@ S  = "${WORKDIR}/git"
 
 # build-time dependencies
 DEPENDS = "rtl-sdr glib-2.0 gstreamer1.0 libusb-compat"
-DEPENDS += "${@bb.utils.contains('DISTRO_FEATURES', 'agl-audio-4a-framework', '' , bb.utils.contains('DISTRO_FEATURES','pulseaudio','pulseaudio','',d), d)}"
 
 inherit cmake aglwgt pkgconfig
-
-EXTRA_OECMAKE += "${@bb.utils.contains('DISTRO_FEATURES', 'agl-audio-4a-framework', '-DHAVE_4A_FRAMEWORK=1' , '', d)}"