summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis Osterland-Heim <denis.osterland@diehl.com>2021-04-27 06:28:03 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2021-04-30 13:48:59 +0200
commite999e3a92a2fb0ec9ae249bd1f043f05d74dea90 (patch)
treeb0fbe925d329bec08756ba269d2ce42b338950e3
parent6677792614505262f62e8b0a5dfbe1df130ed633 (diff)
downloadptxdist-2021.05.0.tar.gz
ptxdist-2021.05.0.tar.xz
bluez: version bump 5.54 -> 5.58ptxdist-2021.05.0
hid2hci has a separate config switch now. Install it with tools as before. Remove bccmd, because upstream removed it. See: https://git.kernel.org/pub/scm/bluetooth/bluez.git/commit/?id=e2e198ced468122df7b431cb06158123ba60a2f2 Signed-off-by: Denis Osterland-Heim <denis.osterland@diehl.com> Message-Id: <20210427042803.10748-1-denis.osterland@diehl.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/bluez.make7
1 files changed, 4 insertions, 3 deletions
diff --git a/rules/bluez.make b/rules/bluez.make
index 37219d7be..2378ec245 100644
--- a/rules/bluez.make
+++ b/rules/bluez.make
@@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_BLUEZ) += bluez
#
# Paths and names
#
-BLUEZ_VERSION := 5.54
-BLUEZ_MD5 := a4029aaedb24575ac1ece67a6a7a0e77
+BLUEZ_VERSION := 5.58
+BLUEZ_MD5 := cee47c57675be451dc37af73caa9fbe6
BLUEZ := bluez-$(BLUEZ_VERSION)
BLUEZ_SUFFIX := tar.gz
BLUEZ_URL := $(call ptx/mirror, KERNEL, bluetooth/$(BLUEZ).$(BLUEZ_SUFFIX))
@@ -54,6 +54,7 @@ BLUEZ_CONF_OPT := $(CROSS_AUTOCONF_USR) \
--disable-health \
--$(call ptx/endis, PTXCONF_BLUEZ_TOOLS)-tools \
--$(call ptx/endis, PTXCONF_BLUEZ_TOOLS)-monitor \
+ --$(call ptx/endis, PTXCONF_BLUEZ_TOOLS)-hid2hci \
--enable-udev \
--disable-cups \
--disable-mesh \
@@ -99,7 +100,7 @@ endif
@$(call install_copy, bluez, 0, 0, 0755, -, /usr/libexec/bluetooth/obexd)
ifdef PTXCONF_BLUEZ_TOOLS
- @$(foreach binprogram, bccmd bluemoon btattach btmon hex2hcd l2ping \
+ @$(foreach binprogram, bluemoon btattach btmon hex2hcd l2ping \
l2test mpris-proxy rctest, \
$(call install_copy, bluez, 0, 0, 0755, -, \
/usr/bin/$(binprogram))$(ptx/nl))