summaryrefslogtreecommitdiff
path: root/package/bluez_utils/bluez_utils.mk
diff options
context:
space:
mode:
authorYegor Yefremov <yegorslists@googlemail.com>2012-01-12 10:02:02 +0100
committerPeter Korsgaard <jacmet@sunsite.dk>2012-01-12 11:12:08 +0100
commit74b46041e4622a00e9d7392986c974eb6c455d61 (patch)
tree209e88b25999c7caf4d6d2db45e9c41a8f0dfd21 /package/bluez_utils/bluez_utils.mk
parentd242cb20945bf00d3e0603ee446044a2067f3d18 (diff)
bluez_utils: bump to 4.97
patch removes dependency for check package Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/bluez_utils/bluez_utils.mk')
-rw-r--r--package/bluez_utils/bluez_utils.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/bluez_utils/bluez_utils.mk b/package/bluez_utils/bluez_utils.mk
index 860ecbd09..fe0f43f31 100644
--- a/package/bluez_utils/bluez_utils.mk
+++ b/package/bluez_utils/bluez_utils.mk
@@ -3,12 +3,13 @@
# bluez_utils
#
#############################################################
-BLUEZ_UTILS_VERSION = 4.96
+BLUEZ_UTILS_VERSION = 4.97
BLUEZ_UTILS_SOURCE = bluez-$(BLUEZ_UTILS_VERSION).tar.gz
BLUEZ_UTILS_SITE = http://www.kernel.org/pub/linux/bluetooth/
BLUEZ_UTILS_INSTALL_STAGING = YES
BLUEZ_UTILS_DEPENDENCIES = dbus libglib2
BLUEZ_UTILS_CONF_OPT = --enable-test --enable-tools
+BLUEZ_UTILS_AUTORECONF = YES
# BlueZ 3.x compatibility
ifeq ($(BR2_PACKAGE_BLUEZ_UTILS_COMPAT),y)