summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2016-01-13 19:31:51 +0100
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2016-01-13 19:34:51 +0100
commit8fcefa306e3f7a995705461dd6d9fb36423b3d02 (patch)
tree2d6012d125f3e52915315f03e5f30b29c6d7b89a /package
parenta883042f68fcb57f6d1d3643b95b84c69460e54e (diff)
bluez: update to latest stable version
Diffstat (limited to 'package')
-rw-r--r--package/bluez/Makefile6
-rw-r--r--package/bluez/patches/patch-plugins_wiimote_c10
2 files changed, 3 insertions, 13 deletions
diff --git a/package/bluez/Makefile b/package/bluez/Makefile
index 406dff3c5..3f5e8a848 100644
--- a/package/bluez/Makefile
+++ b/package/bluez/Makefile
@@ -4,15 +4,15 @@
include ${ADK_TOPDIR}/rules.mk
PKG_NAME:= bluez
-PKG_VERSION:= 5.19
+PKG_VERSION:= 5.37
PKG_RELEASE:= 1
-PKG_HASH:= 12778f3b66e71eec50eeb2e652de94a2578f33b8c8bd57c981fa00adab524c8a
+PKG_HASH:= c14ba9ddcb0055522073477b8fd8bf1ddf5d219e75fdfd4699b7e0ce5350d6b0
PKG_DESCR:= bluetooth applications
PKG_SECTION:= net/wifi
PKG_DEPENDS:= glib dbus libreadline
PKG_BUILDDEP:= glib dbus readline
PKG_URL:= http://www.bluez.org/
-PKG_SITES:= http://mirror.anl.gov/pub/linux/bluetooth/
+PKG_SITES:= http://www.kernel.org/pub/linux/bluetooth/
include ${ADK_TOPDIR}/mk/package.mk
diff --git a/package/bluez/patches/patch-plugins_wiimote_c b/package/bluez/patches/patch-plugins_wiimote_c
deleted file mode 100644
index 07b9028f1..000000000
--- a/package/bluez/patches/patch-plugins_wiimote_c
+++ /dev/null
@@ -1,10 +0,0 @@
---- bluez-5.19.orig/plugins/wiimote.c 2014-02-22 02:42:18.000000000 +0100
-+++ bluez-5.19/plugins/wiimote.c 2014-06-04 16:53:28.000000000 +0200
-@@ -28,6 +28,7 @@
- #include <stdbool.h>
-
- #include <bluetooth/bluetooth.h>
-+#include <fcntl.h>
- #include <glib.h>
-
- #include "src/plugin.h"