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>
15 lines
389 B
Makefile
15 lines
389 B
Makefile
################################################################################
|
|
#
|
|
# ussp-push
|
|
#
|
|
################################################################################
|
|
|
|
USSP_PUSH_VERSION = 0.11
|
|
USSP_PUSH_SITE = http://www.xmailserver.org
|
|
USSP_PUSH_LICENSE = GPL-2.0+
|
|
USSP_PUSH_LICENSE_FILES = COPYING
|
|
|
|
USSP_PUSH_DEPENDENCIES = bluez5_utils openobex
|
|
|
|
$(eval $(autotools-package))
|