mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Andreas Pretzsch <apr@cn-eng.de>
To: ptxdist@pengutronix.de
Subject: [ptxdist] [PATCH] bluez: version bump 5.50 -> 5.51
Date: Wed,  9 Oct 2019 02:11:22 +0200	[thread overview]
Message-ID: <1570579882-29911-1-git-send-email-apr@cn-eng.de> (raw)

Update BlueZ 5.50 (Jun 2018) to BlueZ 5.51 (Sep 2019).

Quoting the announcement: "There are too many fixes to cover them in
the release announcement, but feature-wise the two notable things are
improved Bluetooth Mesh support as well as support for the GATT
Database Hash feature."

There are no relevant new configure options.
Explicitly set the new configure option "external-ell" to disabled.
It is connected to mesh and/or btpclient, which are already both
explicitly disabled. In this context, order them together.
The now settable "runstatedir" (default LOCALSTATEDIR/run) should be fine.

There are new test programs "test-mesh" and "agent.py".
Install them like the rest, if enabled. Both python with shebang.
While at it, fix the double-install of the python scripts, with and
without executable permissions. The change e6c2932 "bluez: the python
tests have no shebang so don't make them executable" was not fully
minded in caa56e6 "bluez: version bump 5.30 -> 5.50".

There are no bluez patches, so nothing to merge.

Signed-off-by: Andreas Pretzsch <apr@cn-eng.de>
---
Quick test with scanning and l2ping (still) works. No further tests.

 rules/bluez.make | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/rules/bluez.make b/rules/bluez.make
index 39f8f6bbf..0ac2fad49 100644
--- a/rules/bluez.make
+++ b/rules/bluez.make
@@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_BLUEZ) += bluez
 #
 # Paths and names
 #
-BLUEZ_VERSION	:= 5.50
-BLUEZ_MD5	:= 860349d2afebf130f772c0f2943b5a27
+BLUEZ_VERSION	:= 5.51
+BLUEZ_MD5	:= ce74914edba5ddfb49a8e6d85d600d22
 BLUEZ		:= bluez-$(BLUEZ_VERSION)
 BLUEZ_SUFFIX	:= tar.gz
 BLUEZ_URL	:= $(call ptx/mirror, KERNEL, bluetooth/$(BLUEZ).$(BLUEZ_SUFFIX))
@@ -56,10 +56,11 @@ BLUEZ_CONF_OPT	:= $(CROSS_AUTOCONF_USR) \
 	--$(call ptx/endis, PTXCONF_BLUEZ_TOOLS)-monitor \
 	--enable-udev \
 	--disable-cups \
-	--disable-mesh \
 	--disable-midi \
 	--enable-obex \
+	--disable-mesh \
 	--disable-btpclient \
+	--disable-external-ell \
 	--$(call ptx/endis, PTXCONF_BLUEZ_CLIENT)-client \
 	--enable-systemd \
 	--enable-datafiles \
@@ -120,14 +121,13 @@ ifdef PTXCONF_BLUEZ_INSTALL_TESTSCRIPTS
 		$(call install_copy, bluez, 0, 0, 0644, -, \
 			/usr/lib/bluez/test/$(testdata))$(ptx/nl))
 
-	@$(foreach testprog, bluezutils.py dbusdef.py example-advertisement \
-			example-gatt-client example-gatt-server ftp-client \
-			list-devices map-client monitor-bluetooth opp-client \
-			pbap-client sap_client.py simple-agent simple-endpoint \
-			simple-player test-adapter test-device test-discovery \
-			test-gatt-profile test-health test-health-sink test-hfp \
-			test-manager test-nap test-network test-profile \
-			test-sap-server, \
+	@$(foreach testprog, agent.py example-advertisement example-gatt-client \
+			example-gatt-server ftp-client list-devices map-client \
+			monitor-bluetooth opp-client pbap-client simple-agent \
+			simple-endpoint simple-player test-adapter test-device \
+			test-discovery test-gatt-profile test-health \
+			test-health-sink test-hfp test-manager test-mesh \
+			test-nap test-network test-profile test-sap-server, \
 		$(call install_copy, bluez, 0, 0, 0755, -, \
 			/usr/lib/bluez/test/$(testprog))$(ptx/nl))
 	@$(foreach testprog, bluezutils.py dbusdef.py sap_client.py, \
-- 
2.19.1


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

             reply	other threads:[~2019-10-09  0:11 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-09  0:11 Andreas Pretzsch [this message]
2019-10-10 11:48 ` Denis OSTERLAND

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1570579882-29911-1-git-send-email-apr@cn-eng.de \
    --to=apr@cn-eng.de \
    --cc=ptxdist@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox