From 42dd254f5937274f164a5a7c5fb3c1f80e38e7af Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Fri, 27 Jul 2012 10:45:02 +0200 Subject: full build on Darwin fixes --- package/bluez/Makefile | 4 ++-- package/bluez/patches/patch-ltmain_sh | 11 ----------- package/bluez/patches/patch-scripts_bluetooth_rules | 9 --------- 3 files changed, 2 insertions(+), 22 deletions(-) delete mode 100644 package/bluez/patches/patch-ltmain_sh delete mode 100644 package/bluez/patches/patch-scripts_bluetooth_rules (limited to 'package/bluez') diff --git a/package/bluez/Makefile b/package/bluez/Makefile index a4fa983e3..092cd03ac 100644 --- a/package/bluez/Makefile +++ b/package/bluez/Makefile @@ -4,9 +4,9 @@ include ${TOPDIR}/rules.mk PKG_NAME:= bluez -PKG_VERSION:= 4.96 +PKG_VERSION:= 4.101 PKG_RELEASE:= 1 -PKG_MD5SUM:= 296111afac49e3f9035085ac14daf518 +PKG_MD5SUM:= fb42cb7038c380eb0e2fa208987c96ad PKG_DESCR:= bluetooth libraries and applications PKG_SECTION:= bluetooth PKG_DEPENDS:= kmod-bt libusb glib dbus diff --git a/package/bluez/patches/patch-ltmain_sh b/package/bluez/patches/patch-ltmain_sh deleted file mode 100644 index 650de61e1..000000000 --- a/package/bluez/patches/patch-ltmain_sh +++ /dev/null @@ -1,11 +0,0 @@ ---- bluez-4.89.orig/ltmain.sh 2011-02-20 15:49:33.000000000 +0100 -+++ bluez-4.89/ltmain.sh 2011-03-03 22:50:01.000000000 +0100 -@@ -4765,7 +4765,7 @@ func_mode_link () - # -p, -pg, --coverage, -fprofile-* pass through profiling flag for GCC - # @file GCC response files - -64|-mips[0-9]|-r[0-9][0-9]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*| \ -- -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*) -+ -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-fstack-protector*|-flto*) - func_quote_for_eval "$arg" - arg="$func_quote_for_eval_result" - func_append compile_command " $arg" diff --git a/package/bluez/patches/patch-scripts_bluetooth_rules b/package/bluez/patches/patch-scripts_bluetooth_rules deleted file mode 100644 index 348da2486..000000000 --- a/package/bluez/patches/patch-scripts_bluetooth_rules +++ /dev/null @@ -1,9 +0,0 @@ ---- bluez-4.89.orig/scripts/bluetooth.rules 2011-02-20 15:49:58.000000000 +0100 -+++ bluez-4.89/scripts/bluetooth.rules 2011-03-03 22:48:19.000000000 +0100 -@@ -1,4 +1,4 @@ - # Run helper every time a Bluetooth device appears - # On remove actions, bluetoothd should go away by itself --ACTION=="add", SUBSYSTEM=="bluetooth", RUN+="/usr/local/sbin/bluetoothd --udev" --ACTION=="change", SUBSYSTEM=="bluetooth", RUN+="/usr/local/sbin/bluetoothd --udev" -+ACTION=="add", SUBSYSTEM=="bluetooth", RUN+="/usr/sbin/bluetoothd --udev" -+ACTION=="change", SUBSYSTEM=="bluetooth", RUN+="/usr/sbin/bluetoothd --udev" -- cgit v1.2.3