diff options
| author | Het Patel <hetpat@cisco.com> | 2026-02-26 04:51:04 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2026-03-02 19:26:01 -0800 |
| commit | 7bc5268662f1428bdbca08e14d223aa6b62e87f3 (patch) | |
| tree | bb01a5ec0355d445c48662ae36209a48b5a660ec | |
| parent | 9b69587ecb92b3acb7b3092217357de9c1be14e6 (diff) | |
| download | meta-openembedded-7bc5268662f1428bdbca08e14d223aa6b62e87f3.tar.gz | |
onig: Add CVE_PRODUCT to support product name
- Set CVE_PRODUCT to align with the NVD CPE and ensure correct CVE
reporting.
Signed-off-by: Het Patel <hetpat@cisco.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-support/onig/onig_6.9.10.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/onig/onig_6.9.10.bb b/meta-oe/recipes-support/onig/onig_6.9.10.bb index f285c2ed73..d7419b4ace 100644 --- a/meta-oe/recipes-support/onig/onig_6.9.10.bb +++ b/meta-oe/recipes-support/onig/onig_6.9.10.bb | |||
| @@ -35,3 +35,6 @@ do_install_ptest() { | |||
| 35 | } | 35 | } |
| 36 | 36 | ||
| 37 | PROVIDES += "oniguruma" | 37 | PROVIDES += "oniguruma" |
| 38 | |||
| 39 | # Add CVE_PRODUCT to match the NVD CPE product name | ||
| 40 | CVE_PRODUCT = "oniguruma_project:oniguruma" | ||
