From aaa594e19e932d99f9de020a5f9f83077d0cf28d Mon Sep 17 00:00:00 2001 From: Het Patel Date: Thu, 7 May 2026 23:28:41 -0700 Subject: [PATCH] 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 Signed-off-by: Khem Raj (cherry picked from commit 7bc5268662f1428bdbca08e14d223aa6b62e87f3) Signed-off-by: Himanshu Jadon Signed-off-by: Anuj Mittal --- meta-oe/recipes-support/onig/onig_6.9.9.bb | 3 +++ 1 file changed, 3 insertions(+) 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() { } PROVIDES += "oniguruma" + +# Add CVE_PRODUCT to match the NVD CPE product name +CVE_PRODUCT = "oniguruma_project:oniguruma"