diff options
author | Peter A. Bigot <pab@pabigot.com> | 2015-01-09 06:51:37 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-01-16 23:06:41 +0000 |
commit | beb79d7b8fa59947e1e3e979c2b0d6d637a2447f (patch) | |
tree | e494895bfd77a3babad92c9ffed585334b98174e /meta | |
parent | 8017bfdaca1cdaa8bfd9178063967ec89a58be06 (diff) | |
download | openembedded-core-beb79d7b8fa59947e1e3e979c2b0d6d637a2447f.tar.gz openembedded-core-beb79d7b8fa59947e1e3e979c2b0d6d637a2447f.tar.bz2 openembedded-core-beb79d7b8fa59947e1e3e979c2b0d6d637a2447f.zip |
bluez5: upgrade to 5.27
- Bug fixes in A2DP, OBEX, GATT, and mgmt
- Low Energy Secure Connections with 3.19+ kernels
See: http://www.bluez.org/release-of-bluez-5-27/
See: http://www.bluez.org/release-of-bluez-5-26/
Signed-off-by: Peter A. Bigot <pab@pabigot.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-connectivity/bluez5/bluez5_5.27.bb (renamed from meta/recipes-connectivity/bluez5/bluez5_5.25.bb) | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-connectivity/bluez5/bluez5_5.25.bb b/meta/recipes-connectivity/bluez5/bluez5_5.27.bb index 7d06b16549..9497ee51a3 100644 --- a/meta/recipes-connectivity/bluez5/bluez5_5.25.bb +++ b/meta/recipes-connectivity/bluez5/bluez5_5.27.bb @@ -1,6 +1,6 @@ require bluez5.inc -SRC_URI[md5sum] = "41bd0c915abde255622150ce6dcae67b" -SRC_URI[sha256sum] = "5ca62f3f45e2638a0f7a81658d6c8813ee01487436ae8e53e9fe395e23d1fd30" +SRC_URI[md5sum] = "a8fc508690e497e88c2c0b373cd653a8" +SRC_URI[sha256sum] = "fbf33cebc76f8c81f28f0d67c71a8a1ec4b04b087460ec7353f7e0c207a1f981" # noinst programs in Makefile.tools that are conditional on READLINE # support @@ -45,6 +45,7 @@ NOINST_TOOLS_EXPERIMENTAL ?= " \ tools/hex2hcd \ tools/ibeacon \ tools/btgatt-client \ + tools/btgatt-server \ tools/gatt-service \ profiles/iap/iapd \ " |