From ef072602ea2e5c0ce3af7fdfba75773122098517 Mon Sep 17 00:00:00 2001 From: "Peter A. Bigot" Date: Sun, 8 Feb 2015 12:42:13 -0600 Subject: bluez5: upgrade to 5.28 - Fixes to GATT service discovery & probing - Fix for bearer selection with dual-mode devices - Fix potential crash when removing devices - Fix issue with incomplete names in EIR data - Fix parsing GATT name characteristics - Fix AVCTP long press & key repetition handling - Fixes for GATT notification handling hex2hcd graduated to installed tool; two new noinst tools See: http://www.bluez.org/release-of-bluez-5-28/ (From OE-Core rev: c8da28df187b22f1260b0f806854e8c357bccde4) Signed-off-by: Peter A. Bigot Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-connectivity/bluez5/bluez5_5.28.bb | 52 +++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 meta/recipes-connectivity/bluez5/bluez5_5.28.bb (limited to 'meta/recipes-connectivity/bluez5/bluez5_5.28.bb') diff --git a/meta/recipes-connectivity/bluez5/bluez5_5.28.bb b/meta/recipes-connectivity/bluez5/bluez5_5.28.bb new file mode 100644 index 0000000000..e816998b63 --- /dev/null +++ b/meta/recipes-connectivity/bluez5/bluez5_5.28.bb @@ -0,0 +1,52 @@ +require bluez5.inc +SRC_URI[md5sum] = "bc20a8285530758c68f6a60e4ca62a15" +SRC_URI[sha256sum] = "85bab48f4b47a158739028682c1e09cf30099c8ea9dfe63360055f8e06fc18a9" + +# noinst programs in Makefile.tools that are conditional on READLINE +# support +NOINST_TOOLS_READLINE ?= " \ + attrib/gatttool \ + tools/obex-client-tool \ + tools/obex-server-tool \ + tools/bluetooth-player \ + tools/obexctl \ +" + +# noinst programs in Makefile.tools that are conditional on EXPERIMENTAL +# support +NOINST_TOOLS_EXPERIMENTAL ?= " \ + emulator/btvirt \ + emulator/b1ee \ + emulator/hfp \ + tools/3dsp \ + tools/mgmt-tester \ + tools/gap-tester \ + tools/l2cap-tester \ + tools/sco-tester \ + tools/smp-tester \ + tools/hci-tester \ + tools/rfcomm-tester \ + tools/bdaddr \ + tools/avinfo \ + tools/avtest \ + tools/scotest \ + tools/amptest \ + tools/hwdb \ + tools/hcieventmask \ + tools/hcisecfilter \ + tools/btmgmt \ + tools/btinfo \ + tools/btattach \ + tools/btsnoop \ + tools/btproxy \ + tools/btiotest \ + tools/mcaptest \ + tools/cltest \ + tools/oobtest \ + tools/seq2bseq \ + tools/ibeacon \ + tools/btgatt-client \ + tools/btgatt-server \ + tools/gatt-service \ + profiles/iap/iapd \ +" -- cgit v1.2.3-54-g00ecf