package/{bluez5_utils, bluez5_utils-headers}: bump to version 5.60

Release notes:
http://www.bluez.org/release-of-bluez-5-59/
http://www.bluez.org/release-of-bluez-5-60/

Added configure option to disable manpages to avoid rst2man dependency
introduced by version 5.59.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Bernd Kuhls 2021-07-11 09:05:21 +02:00 committed by Thomas Petazzoni
parent a4c619c1ff
commit 861775ebbe
3 changed files with 5 additions and 3 deletions

View File

@ -5,7 +5,7 @@
################################################################################ ################################################################################
# Keep the version and patches in sync with bluez5_utils # Keep the version and patches in sync with bluez5_utils
BLUEZ5_UTILS_HEADERS_VERSION = 5.58 BLUEZ5_UTILS_HEADERS_VERSION = 5.60
BLUEZ5_UTILS_HEADERS_SOURCE = bluez-$(BLUEZ5_UTILS_VERSION).tar.xz BLUEZ5_UTILS_HEADERS_SOURCE = bluez-$(BLUEZ5_UTILS_VERSION).tar.xz
BLUEZ5_UTILS_HEADERS_SITE = $(BR2_KERNEL_MIRROR)/linux/bluetooth BLUEZ5_UTILS_HEADERS_SITE = $(BR2_KERNEL_MIRROR)/linux/bluetooth
BLUEZ5_UTILS_HEADERS_DL_SUBDIR = bluez5_utils BLUEZ5_UTILS_HEADERS_DL_SUBDIR = bluez5_utils

View File

@ -1,4 +1,5 @@
# From https://www.kernel.org/pub/linux/bluetooth/sha256sums.asc: # From https://www.kernel.org/pub/linux/bluetooth/sha256sums.asc:
sha256 c8065e75a5eb67236849ef68a354b1700540305a8c88ef0a0fd6288f19daf1f1 bluez-5.58.tar.xz sha256 710999580d01ee59ec585e5e7c07fd94eddedc001aa26fe7464c546f9d945304 bluez-5.60.tar.xz
# Locally computed
sha256 b499eddebda05a8859e32b820a64577d91f1de2b52efa2a1575a2cb4000bc259 COPYING sha256 b499eddebda05a8859e32b820a64577d91f1de2b52efa2a1575a2cb4000bc259 COPYING
sha256 ec60b993835e2c6b79e6d9226345f4e614e686eb57dc13b6420c15a33a8996e5 COPYING.LIB sha256 ec60b993835e2c6b79e6d9226345f4e614e686eb57dc13b6420c15a33a8996e5 COPYING.LIB

View File

@ -5,7 +5,7 @@
################################################################################ ################################################################################
# Keep the version and patches in sync with bluez5_utils-headers # Keep the version and patches in sync with bluez5_utils-headers
BLUEZ5_UTILS_VERSION = 5.58 BLUEZ5_UTILS_VERSION = 5.60
BLUEZ5_UTILS_SOURCE = bluez-$(BLUEZ5_UTILS_VERSION).tar.xz BLUEZ5_UTILS_SOURCE = bluez-$(BLUEZ5_UTILS_VERSION).tar.xz
BLUEZ5_UTILS_SITE = $(BR2_KERNEL_MIRROR)/linux/bluetooth BLUEZ5_UTILS_SITE = $(BR2_KERNEL_MIRROR)/linux/bluetooth
BLUEZ5_UTILS_INSTALL_STAGING = YES BLUEZ5_UTILS_INSTALL_STAGING = YES
@ -23,6 +23,7 @@ BLUEZ5_UTILS_CONF_OPTS = \
--enable-tools \ --enable-tools \
--enable-library \ --enable-library \
--disable-cups \ --disable-cups \
--disable-manpages \
--with-dbusconfdir=/etc --with-dbusconfdir=/etc
ifeq ($(BR2_PACKAGE_BLUEZ5_UTILS_OBEX),y) ifeq ($(BR2_PACKAGE_BLUEZ5_UTILS_OBEX),y)