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>
17 lines
576 B
Makefile
17 lines
576 B
Makefile
################################################################################
|
|
#
|
|
# bluez-tools
|
|
#
|
|
################################################################################
|
|
|
|
BLUEZ_TOOLS_VERSION = 97efd293491ad7ec96a655665339908f2478b3d1
|
|
BLUEZ_TOOLS_SITE = $(call github,khvzak,bluez-tools,$(BLUEZ_TOOLS_VERSION))
|
|
|
|
# sources fetched from github, no configure script)
|
|
BLUEZ_TOOLS_AUTORECONF = YES
|
|
BLUEZ_TOOLS_DEPENDENCIES = host-pkgconf dbus dbus-glib bluez5_utils readline
|
|
BLUEZ_TOOLS_LICENSE = GPL-2.0+
|
|
BLUEZ_TOOLS_LICENSE_FILES = COPYING
|
|
|
|
$(eval $(autotools-package))
|