mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
bluez: update to bluez-5.25
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
378efe17cb
commit
0b7bd5b3d0
@ -17,7 +17,7 @@
|
||||
################################################################################
|
||||
|
||||
PKG_NAME="bluez"
|
||||
PKG_VERSION="5.23"
|
||||
PKG_VERSION="5.25"
|
||||
PKG_REV="1"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="GPL"
|
||||
|
@ -1,6 +1,6 @@
|
||||
diff -Naur bluez-5.22/Makefile.tools bluez-5.22.patch/Makefile.tools
|
||||
--- bluez-5.22/Makefile.tools 2014-08-06 19:25:36.000000000 +0200
|
||||
+++ bluez-5.22.patch/Makefile.tools 2014-09-24 19:33:38.061067877 +0200
|
||||
diff -Naur bluez-5.25/Makefile.tools bluez-5.25.patch/Makefile.tools
|
||||
--- bluez-5.25/Makefile.tools 2014-10-05 21:31:20.000000000 +0200
|
||||
+++ bluez-5.25.patch/Makefile.tools 2014-11-21 19:10:03.450218527 +0100
|
||||
@@ -7,7 +7,7 @@
|
||||
client/agent.h client/agent.c \
|
||||
monitor/uuid.h monitor/uuid.c
|
||||
@ -10,12 +10,12 @@ diff -Naur bluez-5.22/Makefile.tools bluez-5.22.patch/Makefile.tools
|
||||
endif
|
||||
|
||||
if MONITOR
|
||||
@@ -372,12 +372,12 @@
|
||||
client/display.h \
|
||||
src/shared/crypto.h src/shared/crypto.c
|
||||
|
||||
-attrib_gatttool_LDADD = lib/libbluetooth-internal.la @GLIB_LIBS@ -lreadline
|
||||
+attrib_gatttool_LDADD = lib/libbluetooth-internal.la @GLIB_LIBS@ -lreadline -lncurses
|
||||
@@ -288,12 +288,12 @@
|
||||
attrib/utils.c src/log.c client/display.c \
|
||||
client/display.h
|
||||
attrib_gatttool_LDADD = lib/libbluetooth-internal.la \
|
||||
- src/libshared-glib.la @GLIB_LIBS@ -lreadline
|
||||
+ src/libshared-glib.la @GLIB_LIBS@ -lreadline -lncurses
|
||||
|
||||
tools_obex_client_tool_SOURCES = $(gobex_sources) $(btio_sources) \
|
||||
tools/obex-client-tool.c
|
||||
@ -25,7 +25,7 @@ diff -Naur bluez-5.22/Makefile.tools bluez-5.22.patch/Makefile.tools
|
||||
|
||||
tools_obex_server_tool_SOURCES = $(gobex_sources) $(btio_sources) \
|
||||
tools/obex-server-tool.c
|
||||
@@ -386,12 +386,12 @@
|
||||
@@ -302,12 +302,12 @@
|
||||
tools_bluetooth_player_SOURCES = tools/bluetooth-player.c \
|
||||
client/display.h client/display.c
|
||||
tools_bluetooth_player_LDADD = gdbus/libgdbus-internal.la \
|
||||
|
Loading…
x
Reference in New Issue
Block a user