From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail.mars-solutions.de ([213.239.212.107]) by metis.ext.pengutronix.de with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.92) (envelope-from ) id 1iHzZb-0004F0-UD for ptxdist@pengutronix.de; Wed, 09 Oct 2019 02:11:24 +0200 Received: from localhost (localhost [127.0.0.1]) by mail.mars-solutions.de (Postfix) with ESMTP id ECABE4F4342C for ; Wed, 9 Oct 2019 02:11:22 +0200 (CEST) Received: from mail.mars-solutions.de ([127.0.0.1]) by localhost (mars-solutions.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id NP73VcY1532K for ; Wed, 9 Oct 2019 02:11:22 +0200 (CEST) Received: from ws-apr-old.office.loc (ipbcc2a62d.dynamic.kabel-deutschland.de [188.194.166.45]) by mail.mars-solutions.de (Postfix) with ESMTPA id BCBAD4F4342C for ; Wed, 9 Oct 2019 02:11:22 +0200 (CEST) From: Andreas Pretzsch Date: Wed, 9 Oct 2019 02:11:22 +0200 Message-Id: <1570579882-29911-1-git-send-email-apr@cn-eng.de> Subject: [ptxdist] [PATCH] bluez: version bump 5.50 -> 5.51 List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ptxdist-bounces@pengutronix.de Sender: "ptxdist" To: ptxdist@pengutronix.de 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 --- 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