summaryrefslogtreecommitdiffstats
path: root/package/bluez_utils
diff options
context:
space:
mode:
authorRomain Naour <romain.naour@gmail.com>2017-05-13 19:10:08 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-05-14 16:04:04 +0200
commit8554be9f82301282161cf6310bacdb6067fefb16 (patch)
tree6f528864163b6a66253a39e83365d14fc37e47b3 /package/bluez_utils
parentd5fec33bd5e4a928d60bdc8693ca2917b3e91a43 (diff)
downloadbuildroot-8554be9f82301282161cf6310bacdb6067fefb16.tar.gz
buildroot-8554be9f82301282161cf6310bacdb6067fefb16.zip
package/bluez_utils: add missing check dependency for test program
Tests are enabled since this has been introduced [1], so keep them for now. bluez_utils needs check tool and check if it's available [2]. [1] 06c3e2159686a886e52b2522a47e60c300cfb7f7 [2] https://git.kernel.org/pub/scm/bluetooth/bluez.git/tree/configure.ac?h=4.101#n51 Signed-off-by: Romain Naour <romain.naour@gmail.com> Cc: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/bluez_utils')
-rw-r--r--package/bluez_utils/bluez_utils.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/bluez_utils/bluez_utils.mk b/package/bluez_utils/bluez_utils.mk
index 526804acb5..256f012df9 100644
--- a/package/bluez_utils/bluez_utils.mk
+++ b/package/bluez_utils/bluez_utils.mk
@@ -8,7 +8,7 @@ BLUEZ_UTILS_VERSION = 4.101
BLUEZ_UTILS_SOURCE = bluez-$(BLUEZ_UTILS_VERSION).tar.xz
BLUEZ_UTILS_SITE = $(BR2_KERNEL_MIRROR)/linux/bluetooth
BLUEZ_UTILS_INSTALL_STAGING = YES
-BLUEZ_UTILS_DEPENDENCIES = host-pkgconf dbus libglib2
+BLUEZ_UTILS_DEPENDENCIES = host-pkgconf check dbus libglib2
BLUEZ_UTILS_CONF_OPTS = --enable-test --enable-tools
BLUEZ_UTILS_AUTORECONF = YES
BLUEZ_UTILS_LICENSE = GPL-2.0+, LGPL-2.1+
OpenPOWER on IntegriCloud