mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 08:30:47 -09:00
bluez5_utils: disable asha profile
asha profile as it depends on audio profile which isn't selected by default (BR2_PACKAGE_BLUEZ5_UTILS_PLUGINS_AUDIO), results in below linking failure. ld: profiles/audio/bluetoothd-asha.o: in function `get_transport': asha.c:(.text.get_transport+0x2c): undefined reference to `media_transport_get_path' Fixes: http://autobuild.buildroot.org/results/317bf4ad2593b1d1a8aec82cc0b3265285f00b7b/ Signed-off-by: Parthiban Nallathambi <parthiban@linumiz.com> [yann.morin.1998@free.fr: add autobuild reference] Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
committed by
Yann E. MORIN
parent
812bb30412
commit
ce4e5fd129
@@ -28,6 +28,7 @@ BLUEZ5_UTILS_CONF_OPTS = \
|
||||
--disable-lsan \
|
||||
--disable-ubsan \
|
||||
--disable-pie \
|
||||
--disable-asha \
|
||||
--with-dbusconfdir=/etc
|
||||
|
||||
ifeq ($(BR2_PACKAGE_BLUEZ5_UTILS_OBEX),y)
|
||||
|
||||
Reference in New Issue
Block a user