forked from pool/bluez
670ef9caa5
- update to 5.68 * Fix issue with A2DP and handling of Transport.Acquire. * Fix issue with BAP and initiating QoS and Enable procedures. * Fix issue with BAP and detaching streams when PAC is removed. * Fix issue with BAP and reading all instances of PAC. * Fix issue with BAP and not being able to reconfigure. * Fix issue with BAP and transport configuration changes. * Fix issue with BAP and handling unexpected disconnect. * Fix issue with GATT and not removing pending services. * Fix issue with GATT and client ready handling. * Fix issue with handling fallback to transient hostname. * Add support for SecureConnections configuration option. * Add support for Mesh Remove Provisioning. * Add support for Mesh Private Beacons. - Remove patches that are not needed with the new upstream. OBS-URL: https://build.opensuse.org/request/show/1103315 OBS-URL: https://build.opensuse.org/package/show/Base:System/bluez?expand=0&rev=341
14 lines
460 B
Diff
14 lines
460 B
Diff
Index: bluez-5.65/Makefile.am
|
|
===================================================================
|
|
--- bluez-5.65.orig/Makefile.am
|
|
+++ bluez-5.65/Makefile.am
|
|
@@ -572,7 +574,7 @@ unit_test_midi_LDADD = src/libshared-gli
|
|
endif
|
|
|
|
if MESH
|
|
-unit_tests += unit/test-mesh-crypto
|
|
+#unit_tests += unit/test-mesh-crypto
|
|
unit_test_mesh_crypto_CPPFLAGS = $(ell_cflags)
|
|
unit_test_mesh_crypto_SOURCES = unit/test-mesh-crypto.c \
|
|
mesh/crypto.h ell/internal ell/ell.h
|