summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/bluez5/bluez5_5.44.bb
diff options
context:
space:
mode:
authorMarc Ferland <ferlandm@amotus.ca>2017-04-25 10:48:34 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-05-16 14:08:29 +0100
commitfeacb428b055fd714eb1b15402023f4a726dce54 (patch)
tree71bf4d25b7fae1cc83c891308372729c918ad762 /meta/recipes-connectivity/bluez5/bluez5_5.44.bb
parent2865683b6ab82663b1dc03809fc2262173ade4a3 (diff)
downloadpoky-feacb428b055fd714eb1b15402023f4a726dce54.tar.gz
bluez5: Upgrade 5.43 -> 5.44
New feautures/fixes in this version: * fixes to BLE * a new midi plugin * support for single-mode controllers w/o public address * most of the experimental tools have been promoted and are now part of the official tools * 'experimental' has been renamed to 'testing' (hence the addition of the 'testing' package config option) * classic command line tools like hciattach and hciconfig are now enabled by the "--enable-deprecated" configure option (enabled by default for backward compatibility). (From OE-Core rev: dec3620bd13d43575bcfc5d99f40659672d7252b) Signed-off-by: Marc Ferland <ferlandm@amotus.ca> 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.44.bb')
-rw-r--r--meta/recipes-connectivity/bluez5/bluez5_5.44.bb68
1 files changed, 68 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/bluez5/bluez5_5.44.bb b/meta/recipes-connectivity/bluez5/bluez5_5.44.bb
new file mode 100644
index 0000000000..1095f88dbc
--- /dev/null
+++ b/meta/recipes-connectivity/bluez5/bluez5_5.44.bb
@@ -0,0 +1,68 @@
1require bluez5.inc
2
3REQUIRED_DISTRO_FEATURES = "bluez5"
4
5SRC_URI[md5sum] = "94273617129ced06612fcb9f5273d14c"
6SRC_URI[sha256sum] = "0c321e291f8b45e6a78e379dfe80592b65955a0f0ab191f1cca0edd8ec356c85"
7
8# noinst programs in Makefile.tools that are conditional on READLINE
9# support
10NOINST_TOOLS_READLINE ?= " \
11 attrib/gatttool \
12 tools/obex-client-tool \
13 tools/obex-server-tool \
14 tools/bluetooth-player \
15 tools/obexctl \
16 tools/btmgmt \
17"
18
19# noinst programs in Makefile.tools that are conditional on TESTING
20# support
21NOINST_TOOLS_TESTING ?= " \
22 emulator/btvirt \
23 emulator/b1ee \
24 emulator/hfp \
25 peripheral/btsensor \
26 tools/3dsp \
27 tools/mgmt-tester \
28 tools/gap-tester \
29 tools/l2cap-tester \
30 tools/sco-tester \
31 tools/smp-tester \
32 tools/hci-tester \
33 tools/rfcomm-tester \
34 tools/bnep-tester \
35 tools/userchan-tester \
36"
37
38# noinst programs in Makefile.tools that are conditional on TOOLS
39# support
40NOINST_TOOLS_BT ?= " \
41 tools/bdaddr \
42 tools/avinfo \
43 tools/avtest \
44 tools/scotest \
45 tools/amptest \
46 tools/hwdb \
47 tools/hcieventmask \
48 tools/hcisecfilter \
49 tools/btinfo \
50 tools/btsnoop \
51 tools/btproxy \
52 tools/btiotest \
53 tools/bneptest \
54 tools/mcaptest \
55 tools/cltest \
56 tools/oobtest \
57 tools/seq2bseq \
58 tools/nokfw \
59 tools/create-image \
60 tools/eddystone \
61 tools/ibeacon \
62 tools/btgatt-client \
63 tools/btgatt-server \
64 tools/test-runner \
65 tools/check-selftest \
66 tools/gatt-service \
67 profiles/iap/iapd \
68"