]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
bluez-alsa: fix select of libbsd
authorThomas Petazzoni <thomas.petazzoni@bootlin.com>
Tue, 1 May 2018 19:41:44 +0000 (21:41 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Tue, 1 May 2018 19:41:44 +0000 (21:41 +0200)
bluez-alsa/Config.in must select BR2_PACKAGE_LIBBSD, not the
non-existing BR2_PACKAGE_BSD.

Fixes:

  http://autobuild.buildroot.net/results/ab6751615ac058d892258be9e7a8e110e68c62c5/

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/bluez-alsa/Config.in

index f082f4b83821b0678a26b8a2f08e7326849e8152..1753da48f90647cf73c0e1559f8e6079d466ba33 100644 (file)
@@ -21,7 +21,7 @@ if BR2_PACKAGE_BLUEZ_ALSA
 config BR2_PACKAGE_BLUEZ_ALSA_HCITOP
        bool "hcitop"
        depends on BR2_PACKAGE_LIBBSD_ARCH_SUPPORTS
-       select BR2_PACKAGE_BSD
+       select BR2_PACKAGE_LIBBSD
        select BR2_PACKAGE_NCURSES
        help
          Enable top-like monitoring tool for HCI.