From 7bc5268662f1428bdbca08e14d223aa6b62e87f3 Mon Sep 17 00:00:00 2001 From: Het Patel Date: Thu, 26 Feb 2026 04:51:04 -0800 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 --- meta-oe/recipes-support/onig/onig_6.9.10.bb | 3 +++ 1 file changed, 3 insertions(+) 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() { } PROVIDES += "oniguruma" + +# Add CVE_PRODUCT to match the NVD CPE product name +CVE_PRODUCT = "oniguruma_project:oniguruma"