diff options
author | Marc Ferland <ferlandm@amotus.ca> | 2017-09-19 09:16:39 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-11-05 22:33:20 +0000 |
commit | 92f4250ebce9404bc9a353e8683c7084c0936402 (patch) | |
tree | 22c3f49be0d59a32bd86efb600f65d1605cb41e0 /meta/recipes-connectivity/bluez5/bluez5_5.46.bb | |
parent | 9c136695f9507dd54e2741e310fc157c04a28270 (diff) | |
download | poky-92f4250ebce9404bc9a353e8683c7084c0936402.tar.gz |
bluez5: Upgrade 5.46 -> 5.47
This release includes:
- SDP fix for CVE-2017-1000250.
- New bluetooth mesh profile.
- Various fixes to GATT, A2DP and BR/EDR vs LE bearer handling.
This commit also drops the following two patches which are included in
5.47:
- 0001-hciattach-bcm43xx-fix-the-delay-timer-for-firmware-d.patch
- cve-2017-1000250.patch
(From OE-Core rev: cf25d927b2deadc11688b9dab2c366eaa57c54e6)
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.46.bb')
-rw-r--r-- | meta/recipes-connectivity/bluez5/bluez5_5.46.bb | 69 |
1 files changed, 0 insertions, 69 deletions
diff --git a/meta/recipes-connectivity/bluez5/bluez5_5.46.bb b/meta/recipes-connectivity/bluez5/bluez5_5.46.bb deleted file mode 100644 index e1f85879ce..0000000000 --- a/meta/recipes-connectivity/bluez5/bluez5_5.46.bb +++ /dev/null | |||
@@ -1,69 +0,0 @@ | |||
1 | require bluez5.inc | ||
2 | |||
3 | REQUIRED_DISTRO_FEATURES = "bluez5" | ||
4 | |||
5 | SRC_URI[md5sum] = "913f35d6fa4ca5772c53adb936bf1947" | ||
6 | SRC_URI[sha256sum] = "ddab3d3837c1afb8ae228a94ba17709a4650bd4db24211b6771ab735c8908e28" | ||
7 | |||
8 | # noinst programs in Makefile.tools that are conditional on READLINE | ||
9 | # support | ||
10 | NOINST_TOOLS_READLINE ?= " \ | ||
11 | ${@bb.utils.contains('PACKAGECONFIG', 'deprecated', 'attrib/gatttool', '', d)} \ | ||
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 | ||
21 | NOINST_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 | ||
40 | NOINST_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/advtest \ | ||
58 | tools/seq2bseq \ | ||
59 | tools/nokfw \ | ||
60 | tools/create-image \ | ||
61 | tools/eddystone \ | ||
62 | tools/ibeacon \ | ||
63 | tools/btgatt-client \ | ||
64 | tools/btgatt-server \ | ||
65 | tools/test-runner \ | ||
66 | tools/check-selftest \ | ||
67 | tools/gatt-service \ | ||
68 | profiles/iap/iapd \ | ||
69 | " | ||