package/{bluez5_utils, bluez5_utils-headers}: bump to version 5.63
Release notes: http://www.bluez.org/release-of-bluez-5-63/ Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> [Peter: explicitly disable asan/lsan/pie/ubsan] Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
0233b84204
commit
d4c6cf4b1f
@ -5,7 +5,7 @@
|
||||
################################################################################
|
||||
|
||||
# Keep the version and patches in sync with bluez5_utils
|
||||
BLUEZ5_UTILS_HEADERS_VERSION = 5.62
|
||||
BLUEZ5_UTILS_HEADERS_VERSION = 5.63
|
||||
BLUEZ5_UTILS_HEADERS_SOURCE = bluez-$(BLUEZ5_UTILS_VERSION).tar.xz
|
||||
BLUEZ5_UTILS_HEADERS_SITE = $(BR2_KERNEL_MIRROR)/linux/bluetooth
|
||||
BLUEZ5_UTILS_HEADERS_DL_SUBDIR = bluez5_utils
|
||||
|
@ -1,5 +1,5 @@
|
||||
# From https://www.kernel.org/pub/linux/bluetooth/sha256sums.asc:
|
||||
sha256 38090a5b750e17fc08d3e52178ed8d3254c5f4bd2c48830d5c1955b88e3bc0c2 bluez-5.62.tar.xz
|
||||
sha256 9349e11e8160bb3d720835d271250d8a7424d3690f5289e6db6fe07cc66c6d76 bluez-5.63.tar.xz
|
||||
# Locally computed
|
||||
sha256 b499eddebda05a8859e32b820a64577d91f1de2b52efa2a1575a2cb4000bc259 COPYING
|
||||
sha256 ec60b993835e2c6b79e6d9226345f4e614e686eb57dc13b6420c15a33a8996e5 COPYING.LIB
|
||||
|
@ -5,7 +5,7 @@
|
||||
################################################################################
|
||||
|
||||
# Keep the version and patches in sync with bluez5_utils-headers
|
||||
BLUEZ5_UTILS_VERSION = 5.62
|
||||
BLUEZ5_UTILS_VERSION = 5.63
|
||||
BLUEZ5_UTILS_SOURCE = bluez-$(BLUEZ5_UTILS_VERSION).tar.xz
|
||||
BLUEZ5_UTILS_SITE = $(BR2_KERNEL_MIRROR)/linux/bluetooth
|
||||
BLUEZ5_UTILS_INSTALL_STAGING = YES
|
||||
@ -23,6 +23,10 @@ BLUEZ5_UTILS_CONF_OPTS = \
|
||||
--enable-library \
|
||||
--disable-cups \
|
||||
--disable-manpages \
|
||||
--disable-asan \
|
||||
--disable-lsan \
|
||||
--disable-ubsan \
|
||||
--disable-pie \
|
||||
--with-dbusconfdir=/etc
|
||||
|
||||
ifeq ($(BR2_PACKAGE_BLUEZ5_UTILS_OBEX),y)
|
||||
|
Loading…
Reference in New Issue
Block a user