diff options
Diffstat (limited to 'meta/recipes-connectivity')
-rw-r--r-- | meta/recipes-connectivity/bluez5/bluez5_5.55.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/bluez5/bluez5_5.55.bb b/meta/recipes-connectivity/bluez5/bluez5_5.55.bb index 8190924562..e5353bd815 100644 --- a/meta/recipes-connectivity/bluez5/bluez5_5.55.bb +++ b/meta/recipes-connectivity/bluez5/bluez5_5.55.bb | |||
@@ -3,6 +3,9 @@ require bluez5.inc | |||
3 | SRC_URI[md5sum] = "94972b8bc7ade60c72b0ffa6ccff2c0a" | 3 | SRC_URI[md5sum] = "94972b8bc7ade60c72b0ffa6ccff2c0a" |
4 | SRC_URI[sha256sum] = "8863717113c4897e2ad3271fc808ea245319e6fd95eed2e934fae8e0894e9b88" | 4 | SRC_URI[sha256sum] = "8863717113c4897e2ad3271fc808ea245319e6fd95eed2e934fae8e0894e9b88" |
5 | 5 | ||
6 | # These issues have kernel fixes rather than bluez fixes so exclude here | ||
7 | CVE_CHECK_WHITELIST += "CVE-2020-12352 CVE-2020-24490" | ||
8 | |||
6 | # noinst programs in Makefile.tools that are conditional on READLINE | 9 | # noinst programs in Makefile.tools that are conditional on READLINE |
7 | # support | 10 | # support |
8 | NOINST_TOOLS_READLINE ?= " \ | 11 | NOINST_TOOLS_READLINE ?= " \ |