diff options
| author | Jeffrey Pautler <jeffrey.pautler@ni.com> | 2023-09-29 12:07:31 -0500 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-09-29 10:54:06 -0700 |
| commit | 722c4f16eb388abc6a0bd518ea991a3a6bebe790 (patch) | |
| tree | f735c0b3b9ec05312ebeb97217e8b5c62973adbf | |
| parent | aa851eb8e14eec6a49ef90d2aaa3ed5150916737 (diff) | |
| download | meta-openembedded-722c4f16eb388abc6a0bd518ea991a3a6bebe790.tar.gz | |
bolt: disable CVE checking for this recipe
This bolt product does not currently have an entry in the CVE database.
However, the default cve-check logic that maps recipes to products in
the CVE database is incorrectly matching this package to a different
bolt product made by bolt-cms. As a result, CVE checking incorrectly
reports CVEs for that product for this package.
Signed-off-by: Jeffrey Pautler <jeffrey.pautler@ni.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-bsp/bolt/bolt_0.9.5.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-bsp/bolt/bolt_0.9.5.bb b/meta-oe/recipes-bsp/bolt/bolt_0.9.5.bb index b6ad6337ce..583cc6378a 100644 --- a/meta-oe/recipes-bsp/bolt/bolt_0.9.5.bb +++ b/meta-oe/recipes-bsp/bolt/bolt_0.9.5.bb | |||
| @@ -12,6 +12,8 @@ SRCREV = "5a8a5866a847561566499847d46a97c612b4e6dd" | |||
| 12 | 12 | ||
| 13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
| 14 | 14 | ||
| 15 | CVE_CHECK_SKIP_RECIPE = "${PN}" | ||
| 16 | |||
| 15 | inherit cmake pkgconfig meson features_check | 17 | inherit cmake pkgconfig meson features_check |
| 16 | 18 | ||
| 17 | FILES:${PN} += "${datadir}/dbus-1/* \ | 19 | FILES:${PN} += "${datadir}/dbus-1/* \ |
