diff options
Diffstat (limited to 'package')
-rw-r--r-- | package/bluez/Makefile | 6 | ||||
-rw-r--r-- | package/bluez/patches/patch-plugins_wiimote_c | 10 |
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" |