mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
Move RDEPENDS on libasound-module to bluez4 since it has been removed from bluez5
See also: https://patchwork.openembedded.org/patch/139422/ Signed-off-by: Tobias Olausson <tobias.olausson@pelagicore.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
committed by
Armin Kuster
parent
cc32ca8030
commit
cf993a2c9e
@@ -15,13 +15,13 @@ inherit bluetooth
|
|||||||
|
|
||||||
RDEPENDS_bluez4 = " \
|
RDEPENDS_bluez4 = " \
|
||||||
obexftp \
|
obexftp \
|
||||||
|
${@bb.utils.contains('DISTRO_FEATURES', 'alsa', 'libasound-module-bluez', '', d)} \
|
||||||
"
|
"
|
||||||
|
|
||||||
RDEPENDS_bluez5 = " \
|
RDEPENDS_bluez5 = " \
|
||||||
bluez5-noinst-tools \
|
bluez5-noinst-tools \
|
||||||
bluez5-obex \
|
bluez5-obex \
|
||||||
bluez5-testtools \
|
bluez5-testtools \
|
||||||
libasound-module-bluez \
|
|
||||||
${@bb.utils.contains('DISTRO_FEATURES', 'pulseaudio', \
|
${@bb.utils.contains('DISTRO_FEATURES', 'pulseaudio', \
|
||||||
'pulseaudio-module-bluetooth-discover \
|
'pulseaudio-module-bluetooth-discover \
|
||||||
pulseaudio-module-bluetooth-policy \
|
pulseaudio-module-bluetooth-policy \
|
||||||
|
|||||||
Reference in New Issue
Block a user