summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity
diff options
context:
space:
mode:
authorwangmy <wangmy@fujitsu.com>2022-01-10 22:02:29 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-01-11 15:48:10 +0000
commit4c51a8c9e79260d327159aa49596de789da87fed (patch)
treee4b45cf243932ebfbd16af4efb7ca73350853207 /meta/recipes-connectivity
parent073c6f8a3ac504119bd7075ed3124b09e66a614b (diff)
downloadpoky-4c51a8c9e79260d327159aa49596de789da87fed.tar.gz
bluez5: upgrade 5.62 -> 5.63
Changelog: ========= This release is mostly a bug fix release, with fixes to features such as GATT, SDP, Daemon, and emulator. It also adds a new MGMT Event for Device Found and Device Lost of Advertisement Monitor. New build options for sanitizers (lsan, asan, ubsan) are added and it may require installing additional libraries depending on the distros. (From OE-Core rev: 49f48ce6c3467e784b817b1cfc7155c2f3ebeb84) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity')
-rw-r--r--meta/recipes-connectivity/bluez5/bluez5_5.63.bb (renamed from meta/recipes-connectivity/bluez5/bluez5_5.62.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/bluez5/bluez5_5.62.bb b/meta/recipes-connectivity/bluez5/bluez5_5.63.bb
index 411ac8b5a3..34c4767d2b 100644
--- a/meta/recipes-connectivity/bluez5/bluez5_5.62.bb
+++ b/meta/recipes-connectivity/bluez5/bluez5_5.63.bb
@@ -1,6 +1,6 @@
1require bluez5.inc 1require bluez5.inc
2 2
3SRC_URI[sha256sum] = "38090a5b750e17fc08d3e52178ed8d3254c5f4bd2c48830d5c1955b88e3bc0c2" 3SRC_URI[sha256sum] = "9349e11e8160bb3d720835d271250d8a7424d3690f5289e6db6fe07cc66c6d76"
4 4
5# These issues have kernel fixes rather than bluez fixes so exclude here 5# These issues have kernel fixes rather than bluez fixes so exclude here
6CVE_CHECK_WHITELIST += "CVE-2020-12352 CVE-2020-24490" 6CVE_CHECK_WHITELIST += "CVE-2020-12352 CVE-2020-24490"