]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
apr: Add CVE_PRODUCT to support product name
authorHimanshu Jadon <hjadon@cisco.com>
Mon, 27 Apr 2026 05:12:09 +0000 (22:12 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 29 Apr 2026 09:28:16 +0000 (10:28 +0100)
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.

Signed-off-by: Himanshu Jadon <hjadon@cisco.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
meta/recipes-support/apr/apr_1.7.6.bb

index 8ad3756b3a0dfb55ba0b65bd139b51459d97810f..43d5b0bf4dd846fd8dd5fa38129f4b9c70bc29aa 100644 (file)
@@ -138,3 +138,6 @@ do_install_ptest() {
 }
 
 export CONFIG_SHELL = "/bin/bash"
+
+# Add CVE_PRODUCT to match the NVD CPE product name
+CVE_PRODUCT = "apache:portable_runtime"