diff options
| author | Rosen Penev | 2026-02-09 03:33:01 +0000 |
|---|---|---|
| committer | George Sapkin | 2026-02-14 12:40:45 +0000 |
| commit | 909fb1ba43e734ee7954f4384a4e2e506e44d716 (patch) | |
| tree | 1ed5b967a87cadd4735bb5725a219a576fdd00b9 | |
| parent | 7f4a121db5f63e0f7c0e3ba92a876bcb545683eb (diff) | |
| download | packages-909fb1ba43e734ee7954f4384a4e2e506e44d716.tar.gz | |
bluez: update to 5.86
Refreshed patches.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
| -rw-r--r-- | utils/bluez/Makefile | 4 | ||||
| -rw-r--r-- | utils/bluez/patches/201-readline.patch | 16 |
2 files changed, 10 insertions, 10 deletions
diff --git a/utils/bluez/Makefile b/utils/bluez/Makefile index 948c285d2f..f7c9e05651 100644 --- a/utils/bluez/Makefile +++ b/utils/bluez/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=bluez -PKG_VERSION:=5.83 +PKG_VERSION:=5.86 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@KERNEL/linux/bluetooth/ -PKG_HASH:=108522d909d220581399bfec93daab62035539ceef3dda3e79970785c63bd24c +PKG_HASH:=99f144540c6070591e4c53bcb977eb42664c62b7b36cb35a29cf72ded339621d PKG_LICENSE:=GPL-2.0-or-later PKG_LICENSE_FILES:=COPYING diff --git a/utils/bluez/patches/201-readline.patch b/utils/bluez/patches/201-readline.patch index f823211c2b..e3cd7cfdf1 100644 --- a/utils/bluez/patches/201-readline.patch +++ b/utils/bluez/patches/201-readline.patch @@ -1,7 +1,7 @@ --- a/Makefile.tools +++ b/Makefile.tools -@@ -18,7 +18,7 @@ client_bluetoothctl_SOURCES = client/mai - client/hci.h client/hci.c +@@ -19,7 +19,7 @@ client_bluetoothctl_SOURCES = client/mai + client/telephony.h client/telephony.c client_bluetoothctl_LDADD = lib/libbluetooth-internal.la \ gdbus/libgdbus-internal.la src/libshared-glib.la \ - $(GLIB_LIBS) $(DBUS_LIBS) -lreadline @@ -9,7 +9,7 @@ endif if ZSH_COMPLETIONS -@@ -380,7 +380,7 @@ tools_meshctl_SOURCES = tools/meshctl.c +@@ -385,7 +385,7 @@ tools_meshctl_SOURCES = tools/meshctl.c tools/mesh-gatt/onoff-model.c tools_meshctl_LDADD = gdbus/libgdbus-internal.la src/libshared-glib.la \ lib/libbluetooth-internal.la \ @@ -18,7 +18,7 @@ EXTRA_DIST += tools/mesh-gatt/local_node.json tools/mesh-gatt/prov_db.json endif -@@ -399,7 +399,7 @@ tools_mesh_cfgclient_SOURCES = tools/mes +@@ -404,7 +404,7 @@ tools_mesh_cfgclient_SOURCES = tools/mes mesh/crypto.h mesh/crypto.c tools_mesh_cfgclient_LDADD = lib/libbluetooth-internal.la src/libshared-ell.la \ @@ -27,7 +27,7 @@ bin_PROGRAMS += tools/mesh-cfgtest -@@ -506,7 +506,7 @@ noinst_PROGRAMS += tools/btmgmt tools/ob +@@ -512,7 +512,7 @@ noinst_PROGRAMS += tools/btmgmt tools/ob tools_obex_client_tool_SOURCES = $(gobex_sources) $(btio_sources) \ tools/obex-client-tool.c tools_obex_client_tool_LDADD = lib/libbluetooth-internal.la \ @@ -36,7 +36,7 @@ tools_obex_server_tool_SOURCES = $(gobex_sources) $(btio_sources) \ tools/obex-server-tool.c -@@ -517,16 +517,16 @@ tools_bluetooth_player_SOURCES = tools/b +@@ -523,16 +523,16 @@ tools_bluetooth_player_SOURCES = tools/b client/player.c tools_bluetooth_player_LDADD = gdbus/libgdbus-internal.la \ src/libshared-glib.la \ @@ -56,7 +56,7 @@ if DEPRECATED noinst_PROGRAMS += attrib/gatttool -@@ -536,7 +536,7 @@ attrib_gatttool_SOURCES = attrib/gatttoo +@@ -542,7 +542,7 @@ attrib_gatttool_SOURCES = attrib/gatttoo attrib/utils.c src/log.c client/display.c \ client/display.h attrib_gatttool_LDADD = lib/libbluetooth-internal.la \ @@ -65,7 +65,7 @@ endif endif -@@ -586,5 +586,5 @@ tools/btpclient.$(OBJEXT): src/libshared +@@ -592,5 +592,5 @@ tools/btpclient.$(OBJEXT): src/libshared tools_btpclientctl_SOURCES = tools/btpclientctl.c client/display.c tools_btpclientctl_LDADD = src/libshared-mainloop.la src/libshared-glib.la \ |