diff options
| author | Het Patel <hetpat@cisco.com> | 2026-05-07 23:28:41 -0700 |
|---|---|---|
| committer | Anuj Mittal <anuj.mittal@oss.qualcomm.com> | 2026-05-21 08:57:43 +0530 |
| commit | aaa594e19e932d99f9de020a5f9f83077d0cf28d (patch) | |
| tree | a24c2e7f7cdf0dbff24f429d1d8be47af8d20e19 /meta-oe | |
| parent | 9500d051954b2c42869085e093efc684f8bd5076 (diff) | |
| download | meta-openembedded-aaa594e19e932d99f9de020a5f9f83077d0cf28d.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>
(cherry picked from commit 7bc5268662f1428bdbca08e14d223aa6b62e87f3)
Signed-off-by: Himanshu Jadon <hjadon@cisco.com>
Signed-off-by: Anuj Mittal <anuj.mittal@oss.qualcomm.com>
Diffstat (limited to 'meta-oe')
| -rw-r--r-- | meta-oe/recipes-support/onig/onig_6.9.9.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/onig/onig_6.9.9.bb b/meta-oe/recipes-support/onig/onig_6.9.9.bb index b545fc7596..6abf8bc155 100644 --- a/meta-oe/recipes-support/onig/onig_6.9.9.bb +++ b/meta-oe/recipes-support/onig/onig_6.9.9.bb | |||
| @@ -33,3 +33,6 @@ do_install_ptest() { | |||
| 33 | } | 33 | } |
| 34 | 34 | ||
| 35 | PROVIDES += "oniguruma" | 35 | PROVIDES += "oniguruma" |
| 36 | |||
| 37 | # Add CVE_PRODUCT to match the NVD CPE product name | ||
| 38 | CVE_PRODUCT = "oniguruma_project:oniguruma" | ||
