diff options
author | Kevron Rees <kevron.m.rees@intel.com> | 2015-05-05 14:37:48 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-05-07 13:40:37 +0100 |
commit | 78ec80a39f91323c14f81febbfdf9752ce570e70 (patch) | |
tree | 9331c41bdeee4ec42007ba7921bd5a175ac49d04 /meta/recipes-connectivity/bluez5/bluez5_5.30.bb | |
parent | 3176510ee73d635a1b7df5b10d146cf7a6ef628e (diff) | |
download | poky-78ec80a39f91323c14f81febbfdf9752ce570e70.tar.gz |
bluez: update to 5.30
(From OE-Core rev: 52d5ab7fcea7028ff1d10b3e2416c0179128ba71)
Signed-off-by: Kevron Rees <kevron.m.rees@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/bluez5/bluez5_5.30.bb')
-rw-r--r-- | meta/recipes-connectivity/bluez5/bluez5_5.30.bb | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/bluez5/bluez5_5.30.bb b/meta/recipes-connectivity/bluez5/bluez5_5.30.bb new file mode 100644 index 0000000000..0741c98528 --- /dev/null +++ b/meta/recipes-connectivity/bluez5/bluez5_5.30.bb | |||
@@ -0,0 +1,52 @@ | |||
1 | require bluez5.inc | ||
2 | SRC_URI[md5sum] = "24ba1d1e8e7ef5b8f4033a3059d7600e" | ||
3 | SRC_URI[sha256sum] = "1e3a4adb5a097dab83b3cf58e09c9541b815c6f33e3da972e18dfd1eb05d382c" | ||
4 | |||
5 | # noinst programs in Makefile.tools that are conditional on READLINE | ||
6 | # support | ||
7 | NOINST_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 | ||
17 | NOINST_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 | " | ||