summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/bluez5/bluez5_5.28.bb
diff options
context:
space:
mode:
authorPeter A. Bigot <pab@pabigot.com>2015-02-08 12:42:13 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-02-15 21:58:25 +0000
commitef072602ea2e5c0ce3af7fdfba75773122098517 (patch)
treed6175a57f44fc9585eaa5650994c0ecb9bfa2476 /meta/recipes-connectivity/bluez5/bluez5_5.28.bb
parent51b6021179f3169e7292ae76269419fe2ff8b672 (diff)
downloadpoky-ef072602ea2e5c0ce3af7fdfba75773122098517.tar.gz
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 <pab@pabigot.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/bluez5/bluez5_5.28.bb')
-rw-r--r--meta/recipes-connectivity/bluez5/bluez5_5.28.bb52
1 files changed, 52 insertions, 0 deletions
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 @@
1require bluez5.inc
2SRC_URI[md5sum] = "bc20a8285530758c68f6a60e4ca62a15"
3SRC_URI[sha256sum] = "85bab48f4b47a158739028682c1e09cf30099c8ea9dfe63360055f8e06fc18a9"
4
5# noinst programs in Makefile.tools that are conditional on READLINE
6# support
7NOINST_TOOLS_READLINE ?= " \
8 attrib/gatttool \
9 tools/obex-client-tool \
10 tools/obex-server-tool \
11 tools/bluetooth-player \
12 tools/obexctl \
13"
14
15# noinst programs in Makefile.tools that are conditional on EXPERIMENTAL
16# support
17NOINST_TOOLS_EXPERIMENTAL ?= " \
18 emulator/btvirt \
19 emulator/b1ee \
20 emulator/hfp \
21 tools/3dsp \
22 tools/mgmt-tester \
23 tools/gap-tester \
24 tools/l2cap-tester \
25 tools/sco-tester \
26 tools/smp-tester \
27 tools/hci-tester \
28 tools/rfcomm-tester \
29 tools/bdaddr \
30 tools/avinfo \
31 tools/avtest \
32 tools/scotest \
33 tools/amptest \
34 tools/hwdb \
35 tools/hcieventmask \
36 tools/hcisecfilter \
37 tools/btmgmt \
38 tools/btinfo \
39 tools/btattach \
40 tools/btsnoop \
41 tools/btproxy \
42 tools/btiotest \
43 tools/mcaptest \
44 tools/cltest \
45 tools/oobtest \
46 tools/seq2bseq \
47 tools/ibeacon \
48 tools/btgatt-client \
49 tools/btgatt-server \
50 tools/gatt-service \
51 profiles/iap/iapd \
52"