bluez: update to bluez-5.44

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2017-03-18 10:09:25 -07:00 committed by Lukas Rusak
parent 8dc4c12fee
commit 7e681c040d
No known key found for this signature in database
GPG Key ID: 8C310C807E7393A3
2 changed files with 1 additions and 48 deletions

View File

@ -17,7 +17,7 @@
################################################################################
PKG_NAME="bluez"
PKG_VERSION="5.43"
PKG_VERSION="5.44"
PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="http://www.bluez.org/"

View File

@ -1,47 +0,0 @@
diff -Naur bluez-5.35/Makefile.tools bluez-5.35.patch/Makefile.tools
--- bluez-5.35/Makefile.tools 2015-09-04 03:19:36.000000000 +0200
+++ bluez-5.35.patch/Makefile.tools 2015-10-02 15:28:03.406835739 +0200
@@ -8,7 +8,7 @@
client/gatt.h client/gatt.c \
monitor/uuid.h monitor/uuid.c
client_bluetoothctl_LDADD = gdbus/libgdbus-internal.la @GLIB_LIBS@ @DBUS_LIBS@ \
- -lreadline
+ -lreadline -lncurses
endif
if MONITOR
@@ -340,12 +340,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
tools_obex_client_tool_LDADD = lib/libbluetooth-internal.la \
- @GLIB_LIBS@ -lreadline
+ @GLIB_LIBS@ -lreadline -lncurses
tools_obex_server_tool_SOURCES = $(gobex_sources) $(btio_sources) \
tools/obex-server-tool.c
@@ -354,16 +354,16 @@
tools_bluetooth_player_SOURCES = tools/bluetooth-player.c \
client/display.h client/display.c
tools_bluetooth_player_LDADD = gdbus/libgdbus-internal.la \
- @GLIB_LIBS@ @DBUS_LIBS@ -lreadline
+ @GLIB_LIBS@ @DBUS_LIBS@ -lreadline -lncurses
tools_obexctl_SOURCES = tools/obexctl.c \
client/display.h client/display.c
tools_obexctl_LDADD = gdbus/libgdbus-internal.la \
- @GLIB_LIBS@ @DBUS_LIBS@ -lreadline
+ @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
if EXPERIMENTAL