61a813339a
BlueZ 4.x is deprecated since a long time (BlueZ 5.x has been released in 2012) so drop it. For cwiid, sconeserver and ussp-push, replace bluez_utils by bluez5_utils. All other packages already support bluez5_utils so just drop bluez_utils. Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
20 lines
643 B
Plaintext
20 lines
643 B
Plaintext
config BR2_PACKAGE_BLUEZ_TOOLS
|
|
bool "bluez-tools"
|
|
depends on BR2_PACKAGE_BLUEZ5_UTILS
|
|
depends on BR2_USE_MMU # dbus, libglib2
|
|
depends on BR2_USE_WCHAR # libglib2
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # dbus, libglib2
|
|
select BR2_PACKAGE_DBUS
|
|
select BR2_PACKAGE_DBUS_GLIB
|
|
select BR2_PACKAGE_LIBGLIB2
|
|
select BR2_PACKAGE_READLINE if BR2_PACKAGE_BLUEZ5_UTILS
|
|
help
|
|
A set of tools to manage bluetooth devices for linux
|
|
|
|
https://github.com/khvzak/bluez-tools
|
|
|
|
comment "bluez-tools needs a toolchain w/ wchar, threads"
|
|
depends on BR2_PACKAGE_BLUEZ5_UTILS
|
|
depends on BR2_USE_MMU
|
|
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
|