package/bluez_utils: select BR2_PACKAGE_CHECK
authorRomain Naour <romain.naour@gmail.com>
Sun, 14 May 2017 19:55:18 +0000 (21:55 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 14 May 2017 19:57:34 +0000 (21:57 +0200)
Commit [1] added check package to bluez_utils dependencies without
selecting it at Kconfig level.

Fixes:
Makefile:535: *** check is in the dependency chain of bluez_utils that has added it to its _DEPENDENCIES variable without selecting it or depending on it from Config.in.

[1] 8554be9f82301282161cf6310bacdb6067fefb16

Signed-off-by: Romain Naour <romain.naour@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/bluez_utils/Config.in

index 3848162697fa278e7734ed514eaf21bfc47992a8..86c9085ec49e22d0fabdf961254bb20bfe128846 100644 (file)
@@ -4,6 +4,7 @@ config BR2_PACKAGE_BLUEZ_UTILS
        depends on BR2_USE_WCHAR # libglib2
        depends on BR2_TOOLCHAIN_HAS_THREADS # dbus, alsa-lib, libglib2
        depends on BR2_USE_MMU # dbus, libglib2
+       select BR2_PACKAGE_CHECK
        select BR2_PACKAGE_DBUS
        select BR2_PACKAGE_LIBGLIB2
        help