apr: Add CVE_PRODUCT to support product name

apr is tracked in NVD under apache:portable_runtime rather than the
recipe name apr. Set CVE_PRODUCT accordingly so cve-check uses the
correct NVD product identity for APR.

No additional alias was found to be necessary for this recipe.

(From OE-Core rev: d93c564790a51b53347bde257151c778e8867624)

Signed-off-by: Himanshu Jadon <hjadon@cisco.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
(cherry picked from commit bc3803e12d4938e2de514c39bd5d0f011f883ace)
Signed-off-by: Himanshu Jadon <hjadon@cisco.com>
Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
Signed-off-by: Paul Barker <paul@pbarker.dev>
This commit is contained in:
Himanshu Jadon
2026-06-02 06:29:29 -07:00
committed by Paul Barker
parent b61a268160
commit 4aa2dfec70

View File

@@ -136,3 +136,6 @@ do_install_ptest() {
}
export CONFIG_SHELL="/bin/bash"
# Add CVE_PRODUCT to match the NVD CPE product name
CVE_PRODUCT = "apache:portable_runtime"