diff mbox series

[2/7] mpfr: set CVE_PRODUCT

Message ID 20240731095309.95-3-maxin.john@gehealthcare.com
State Accepted, archived
Commit ff30f7707f1f3ad8964f214c99f24bfc5e3730e0
Headers show
Series set CVE_PRODUCT to recipes | expand

Commit Message

Maxin John July 31, 2024, 9:53 a.m. UTC
From: Intaek Hwang <intaek.hwang@gehealthcare.com>

Set CVE_PRODUCT of mpfr as gnu_mpfr to match NVD entries.

Signed-off-by: Intaek Hwang <intaek.hwang@gehealthcare.com>
Signed-off-by: Maxin John <maxin.john@gehealthcare.com>
---
 meta/recipes-support/mpfr/mpfr_4.2.1.bb | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

diff --git a/meta/recipes-support/mpfr/mpfr_4.2.1.bb b/meta/recipes-support/mpfr/mpfr_4.2.1.bb
index a2067e1036..9558eab828 100644
--- a/meta/recipes-support/mpfr/mpfr_4.2.1.bb
+++ b/meta/recipes-support/mpfr/mpfr_4.2.1.bb
@@ -9,6 +9,8 @@  inherit autotools texinfo
 LIC_FILES_CHKSUM = "file://COPYING;md5=1ebbd3e34237af26da5dc08a4e440464 \
                     file://COPYING.LESSER;md5=3000208d539ec061b899bce1d9ce9404 \
                     "
+CVE_PRODUCT = "gnu_mpfr"
+
 DEPENDS = "gmp autoconf-archive-native"
 
 SRC_URI = "https://www.mpfr.org/mpfr-${PV}/mpfr-${PV}.tar.xz"