mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 14:16:31 +00:00
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>
This commit is contained in:
parent
d5fec33bd5
commit
8554be9f82
@ -8,7 +8,7 @@ BLUEZ_UTILS_VERSION = 4.101
|
|||||||
BLUEZ_UTILS_SOURCE = bluez-$(BLUEZ_UTILS_VERSION).tar.xz
|
BLUEZ_UTILS_SOURCE = bluez-$(BLUEZ_UTILS_VERSION).tar.xz
|
||||||
BLUEZ_UTILS_SITE = $(BR2_KERNEL_MIRROR)/linux/bluetooth
|
BLUEZ_UTILS_SITE = $(BR2_KERNEL_MIRROR)/linux/bluetooth
|
||||||
BLUEZ_UTILS_INSTALL_STAGING = YES
|
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_CONF_OPTS = --enable-test --enable-tools
|
||||||
BLUEZ_UTILS_AUTORECONF = YES
|
BLUEZ_UTILS_AUTORECONF = YES
|
||||||
BLUEZ_UTILS_LICENSE = GPL-2.0+, LGPL-2.1+
|
BLUEZ_UTILS_LICENSE = GPL-2.0+, LGPL-2.1+
|
||||||
|
Loading…
x
Reference in New Issue
Block a user