diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-05-11 13:47:54 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-05-20 12:36:41 +0100 |
| commit | f9a754faa64e419e3a3590f136372ae765477236 (patch) | |
| tree | ee8199fbd99d182ead6492a1dc8a374f05b98202 | |
| parent | b819be5f6aee6e890e136bc9dbf114df0cc93620 (diff) | |
| download | poky-f9a754faa64e419e3a3590f136372ae765477236.tar.gz | |
bluez: Exclude CVE-2020-12352 CVE-2020-24490 from cve-check
These CVEs are fixed with kernel changes and don't affect the bluez recipe.
(From OE-Core rev: d7779a9d58b088ce078956af4fdc0325d8c03c35)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 658902477840ea34d414083c4c79616bf5e999a2)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -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 ?= " \ |
