diff options
| author | Jeffrey Pautler <jeffrey.pautler@ni.com> | 2023-10-04 15:13:09 -0500 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-10-04 16:40:05 -0700 |
| commit | c1ea15792baaa6c6c3d7005d110ad4689051ba20 (patch) | |
| tree | 95ca61feff8808b943ba57c81776cfa59fe66cde | |
| parent | 780e779de71c0dfe04fee8a3f203fb1160b1e2c5 (diff) | |
| download | meta-openembedded-c1ea15792baaa6c6c3d7005d110ad4689051ba20.tar.gz | |
bolt: change product name used for CVE checking
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, 1 insertions, 1 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 583cc6378a..0cc9d85422 100644 --- a/meta-oe/recipes-bsp/bolt/bolt_0.9.5.bb +++ b/meta-oe/recipes-bsp/bolt/bolt_0.9.5.bb | |||
| @@ -12,7 +12,7 @@ SRCREV = "5a8a5866a847561566499847d46a97c612b4e6dd" | |||
| 12 | 12 | ||
| 13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
| 14 | 14 | ||
| 15 | CVE_CHECK_SKIP_RECIPE = "${PN}" | 15 | CVE_PRODUCT = "freedesktop:bolt" |
| 16 | 16 | ||
| 17 | inherit cmake pkgconfig meson features_check | 17 | inherit cmake pkgconfig meson features_check |
| 18 | 18 | ||
