mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
bluez: update to bluez-5.35
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
d6724084e6
commit
63be73e9c0
@ -17,7 +17,7 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
PKG_NAME="bluez"
|
PKG_NAME="bluez"
|
||||||
PKG_VERSION="5.29"
|
PKG_VERSION="5.35"
|
||||||
PKG_REV="1"
|
PKG_REV="1"
|
||||||
PKG_ARCH="any"
|
PKG_ARCH="any"
|
||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
diff -Naur bluez-5.25/Makefile.tools bluez-5.25.patch/Makefile.tools
|
diff -Naur bluez-5.35/Makefile.tools bluez-5.35.patch/Makefile.tools
|
||||||
--- bluez-5.25/Makefile.tools 2014-10-05 21:31:20.000000000 +0200
|
--- bluez-5.35/Makefile.tools 2015-09-04 03:19:36.000000000 +0200
|
||||||
+++ bluez-5.25.patch/Makefile.tools 2014-11-21 19:10:03.450218527 +0100
|
+++ bluez-5.35.patch/Makefile.tools 2015-10-02 15:28:03.406835739 +0200
|
||||||
@@ -7,7 +7,7 @@
|
@@ -8,7 +8,7 @@
|
||||||
client/agent.h client/agent.c \
|
client/gatt.h client/gatt.c \
|
||||||
monitor/uuid.h monitor/uuid.c
|
monitor/uuid.h monitor/uuid.c
|
||||||
client_bluetoothctl_LDADD = gdbus/libgdbus-internal.la @GLIB_LIBS@ @DBUS_LIBS@ \
|
client_bluetoothctl_LDADD = gdbus/libgdbus-internal.la @GLIB_LIBS@ @DBUS_LIBS@ \
|
||||||
- -lreadline
|
- -lreadline
|
||||||
@ -10,7 +10,7 @@ diff -Naur bluez-5.25/Makefile.tools bluez-5.25.patch/Makefile.tools
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
if MONITOR
|
if MONITOR
|
||||||
@@ -288,12 +288,12 @@
|
@@ -340,12 +340,12 @@
|
||||||
attrib/utils.c src/log.c client/display.c \
|
attrib/utils.c src/log.c client/display.c \
|
||||||
client/display.h
|
client/display.h
|
||||||
attrib_gatttool_LDADD = lib/libbluetooth-internal.la \
|
attrib_gatttool_LDADD = lib/libbluetooth-internal.la \
|
||||||
@ -25,7 +25,7 @@ diff -Naur bluez-5.25/Makefile.tools bluez-5.25.patch/Makefile.tools
|
|||||||
|
|
||||||
tools_obex_server_tool_SOURCES = $(gobex_sources) $(btio_sources) \
|
tools_obex_server_tool_SOURCES = $(gobex_sources) $(btio_sources) \
|
||||||
tools/obex-server-tool.c
|
tools/obex-server-tool.c
|
||||||
@@ -302,12 +302,12 @@
|
@@ -354,16 +354,16 @@
|
||||||
tools_bluetooth_player_SOURCES = tools/bluetooth-player.c \
|
tools_bluetooth_player_SOURCES = tools/bluetooth-player.c \
|
||||||
client/display.h client/display.c
|
client/display.h client/display.c
|
||||||
tools_bluetooth_player_LDADD = gdbus/libgdbus-internal.la \
|
tools_bluetooth_player_LDADD = gdbus/libgdbus-internal.la \
|
||||||
@ -37,6 +37,11 @@ diff -Naur bluez-5.25/Makefile.tools bluez-5.25.patch/Makefile.tools
|
|||||||
tools_obexctl_LDADD = gdbus/libgdbus-internal.la \
|
tools_obexctl_LDADD = gdbus/libgdbus-internal.la \
|
||||||
- @GLIB_LIBS@ @DBUS_LIBS@ -lreadline
|
- @GLIB_LIBS@ @DBUS_LIBS@ -lreadline
|
||||||
+ @GLIB_LIBS@ @DBUS_LIBS@ -lreadline -lncurses
|
+ @GLIB_LIBS@ @DBUS_LIBS@ -lreadline -lncurses
|
||||||
|
|
||||||
|
tools_btmgmt_SOURCES = tools/btmgmt.c src/uuid-helper.c client/display.c
|
||||||
|
tools_btmgmt_LDADD = lib/libbluetooth-internal.la src/libshared-mainloop.la \
|
||||||
|
- -lreadline
|
||||||
|
+ -lreadline -lncurses
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if EXPERIMENTAL
|
if EXPERIMENTAL
|
||||||
|
Loading…
x
Reference in New Issue
Block a user