Bump buidlroot version to 2018.02.6
This commit is contained in:
@@ -37,8 +37,9 @@ config BR2_PACKAGE_BLUEZ_UTILS_GATT
|
||||
bool "GATT support"
|
||||
select BR2_PACKAGE_READLINE
|
||||
help
|
||||
Generic Attribute Profile (GATT) support. This provides profile
|
||||
discovery and description services for Bluetooth Low Energy.
|
||||
Generic Attribute Profile (GATT) support. This provides
|
||||
profile discovery and description services for Bluetooth Low
|
||||
Energy.
|
||||
This will install the gatttool utility.
|
||||
endif
|
||||
|
||||
|
||||
@@ -1,2 +1,5 @@
|
||||
# From https://www.kernel.org/pub/linux/bluetooth/sha256sums.asc:
|
||||
sha256 41f9578bef39b8c94a2d6ddeaa556afd22d136936d0f03100e422fe970a45a7d bluez-4.101.tar.xz
|
||||
# License files, locally calculated
|
||||
sha256 b499eddebda05a8859e32b820a64577d91f1de2b52efa2a1575a2cb4000bc259 COPYING
|
||||
sha256 ec60b993835e2c6b79e6d9226345f4e614e686eb57dc13b6420c15a33a8996e5 COPYING.LIB
|
||||
|
||||
@@ -11,29 +11,29 @@ BLUEZ_UTILS_INSTALL_STAGING = YES
|
||||
BLUEZ_UTILS_DEPENDENCIES = host-pkgconf check dbus libglib2
|
||||
BLUEZ_UTILS_CONF_OPTS = --enable-test --enable-tools
|
||||
BLUEZ_UTILS_AUTORECONF = YES
|
||||
BLUEZ_UTILS_LICENSE = GPLv2+, LGPLv2.1+
|
||||
BLUEZ_UTILS_LICENSE = GPL-2.0+, LGPL-2.1+
|
||||
BLUEZ_UTILS_LICENSE_FILES = COPYING COPYING.LIB
|
||||
|
||||
# BlueZ 3.x compatibility
|
||||
ifeq ($(BR2_PACKAGE_BLUEZ_UTILS_COMPAT),y)
|
||||
BLUEZ_UTILS_CONF_OPTS += \
|
||||
--enable-hidd \
|
||||
--enable-pand \
|
||||
--enable-sdp \
|
||||
BLUEZ_UTILS_CONF_OPTS += \
|
||||
--enable-hidd \
|
||||
--enable-pand \
|
||||
--enable-sdp \
|
||||
--enable-dund
|
||||
endif
|
||||
|
||||
# audio support
|
||||
ifeq ($(BR2_PACKAGE_BLUEZ_UTILS_AUDIO),y)
|
||||
BLUEZ_UTILS_DEPENDENCIES += \
|
||||
alsa-lib \
|
||||
BLUEZ_UTILS_DEPENDENCIES += \
|
||||
alsa-lib \
|
||||
libsndfile
|
||||
BLUEZ_UTILS_CONF_OPTS += \
|
||||
--enable-alsa \
|
||||
BLUEZ_UTILS_CONF_OPTS += \
|
||||
--enable-alsa \
|
||||
--enable-audio
|
||||
else
|
||||
BLUEZ_UTILS_CONF_OPTS += \
|
||||
--disable-alsa \
|
||||
BLUEZ_UTILS_CONF_OPTS += \
|
||||
--disable-alsa \
|
||||
--disable-audio
|
||||
endif
|
||||
|
||||
@@ -47,10 +47,10 @@ endif
|
||||
# USB support
|
||||
ifeq ($(BR2_PACKAGE_BLUEZ_UTILS_USB),y)
|
||||
BLUEZ_UTILS_DEPENDENCIES += libusb
|
||||
BLUEZ_UTILS_CONF_OPTS += \
|
||||
BLUEZ_UTILS_CONF_OPTS += \
|
||||
--enable-usb
|
||||
else
|
||||
BLUEZ_UTILS_CONF_OPTS += \
|
||||
BLUEZ_UTILS_CONF_OPTS += \
|
||||
--disable-usb
|
||||
endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user